- Updates to how standard errors are calculated with clustering (see DOI: 10.1002/sim.9813 for more information).
- Propagate
critical_valuethrough arithmetic operations. Binary operations between two estimates use the maximum critical value.
- Adding
^method for raising estimates to a power via the delta method.
- Speed improvements through
collapse::fmeanandcollapse::fvar. std_erroris only calculated once.- All properties, excluding
conf_int, are now immutable.
- Previous version incorrectly ignored cluster level ids in standard error calculations (see issue #2)
- Adding
logandexpmethods - Printing now returns up to 3 digits
- Conditional
importFromstatement to fix bug when R version is less than 4.3.0.
- Added a
NEWS.mdfile to track changes to the package. - Added
critical_valueparameter