Changelog
depower 2026.1.30
CRAN release: 2026-01-30
New Features
- Add functions
add_power_ci()andadd_power_pi()for confidence intervals and prediction intervals of the power estimate, respectively.- They add uncertainty intervals for power to the object return by
power(). - Function
plot.depower()will add shaded regions for the intervals.
- They add uncertainty intervals for power to the object return by
- Add functions
eval_power_ci()andeval_power_pi()for confidence intervals and prediction intervals of the power estimate, respectively.- In contrast to the
add_power_*()variants, these are for planning power simulation studies. - Assess uncertainty in hypothetical simulation-based power estimates before committing computational time to a simulation run.
- In contrast to the
depower 2025.10.21
CRAN release: 2025-10-22
New Features
- Add functions
asymptotic()andsimulated()for specification of type of test. - Add argument
distributionto functions: for control of running an asymptotic, randomization, or parametric simulation test.
Bug Fixes
- Fix bug where
equal_dispersionargument in functionlrt_nb()was not passed downstream and instead fixed toFALSE. - Fix calculation of confidence limits for
mean2anddispersion2in functionsglm_nb(),glmm_bnb(), andglmm_poisson().
depower 2025.1.20
CRAN release: 2025-01-23
- Fix typos in documentation.
- Fix test error resulting from ATLAS numerical differences.