Skip to contents

depower (development version)

Bug Fixes

  • Remove trailing slash on void elements to pass CRAN vnu HTML check.

depower 2026.1.30

CRAN release: 2026-01-30

New Features

  • Add functions add_power_ci() and add_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.
  • Add functions eval_power_ci() and eval_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.

Other Updates

  • General improvements in documentation.

depower 2025.10.21

CRAN release: 2025-10-22

New Features

Bug Fixes

  • Fix bug where equal_dispersion argument in function lrt_nb() was not passed downstream and instead fixed to FALSE.
  • Fix calculation of confidence limits for mean2 and dispersion2 in functions glm_nb(), glmm_bnb(), and glmm_poisson().

Other Updates

  • Add and update tolerances in tests.
  • General improvements in documentation.
  • General improvements in code.

depower 2025.1.20

CRAN release: 2025-01-23

  • Fix typos in documentation.
  • Fix test error resulting from ATLAS numerical differences.

depower 2024.8.1

Proof of concept.