NEWS


PHEindicatormethods 2.1.0 (2024-12-12)

This release makes changes to the DSR function

  1. Users can now specify whether events are independent. For non-independent events the data must be broken down by event frequency and the function will perform an adjustment to the confidence interval calculation.
  2. The stdpoptype argument that was available in phe_dsr is not available in calculate_dsr and the user is now required to provide the standard populations as a field in the input dataframe. This is to negate the risk of incorrectly joining the standard population vector by position that was possible when using the function with stdpoptype = "vector".
  3. Because of point 2 above, users can now calculate DSRs for groups containing different numbers of age bands in a single execution (for example DSRs for all age populations and DSRs for under 75s).

PHEindicatormethods 2.0.2 (2024-01-25)

PHEindicatormethods 2.0.1 (2023-05-05)

PHEindicatormethods 2.0.0 (2023-03-06)

PHEindicatormethods 1.4.2 (2022-11-30)

PHEindicatormethods 1.4.0

PHEindicatormethods 1.3.2 (2020-06-25)

phe_dsr, phe_isr, phe_mean, phe_proportion, phe_rate, phe_smr, phe_life_expectancy amended so output data frame has the same grouping attributes as the input data frame.

PHEindicatormethods 1.3.1 (2020-04-14)

phe_proportion, phe_rate, phe_quantile, phe_life_expectancy, phe_sii:
Functions amended to ensure continued compatibility with dplyr when v1.0.0 is released. These changes will not be noticeable to end users.

phe_life_expectancy: dropped population and death columns from output as these are no longer applicable to the final LE statistic. Added pops_used and dths_used columns to output when type = 'full' which reflect the cumulative populations and deaths used in each LE calculation (ie the pops and deaths for all ages equal to or above the Life_Expectancy_At age)

PHEindicatormethods 1.3.0 (2020-03-12)

PHEindicatormethods 1.2.0 (2020-01-13)

The following changes may affect backwards compatibility with earlier versions of the package:


The following changes will not affect backwards compatibility with earlier versions of the package:

PHEindicatormethods 1.1.5 (2019-09-11)

phe_sii function updated to be compatible with nest and unnest functions from tidyr version 1.0

PHEindicatormethods 1.1.4

No significant changes. Removed confusing line of commented out code from phe_life_expectancy calculation Amended vignette title

PHEindicatormethods 1.1.3 (2019-05-15)

Minor amendments to package testing scripts to work on platforms using clang as compiler.
Updates will not affect end users using other platforms.

PHEindicatormethods 1.1.2 (2019-04-23)

Minor amendments to package testing scripts to work on platforms using clang as compiler. Updates will not affect end users using other platforms.

PHEindicatormethods 1.1.1 (2019-04-18)

The following changes may affect backwards compatibility with earlier versions of the package:


The following changes will not affect backwards compatibility with earlier versions of the package:

PHEindicatormethods 1.0.8 (2018-07-30)

This is the first release of this package to CRAN