This is an R package to support analysts in the execution of statistical methods approved for use in the production of PHE indicators such as those presented via Fingertips. It provides functions for the generation of Proportions, Rates, DSRs, ISRs, SMRs and Means including confidence intervals for these statistics.
Any feedback would be appreciated and can be provided using the Issues section of the GitHub repository, or by emailing PHDS@phe.gov.uk
You can install the latest version of PHEindicatormethods from GitHub with:
if (!require(devtools)) install.packages("devtools")
devtools::install_github("PublicHealthEngland/PHEindicatormethods",
build_vignettes = TRUE,
dependencies = "suggests")
Some users may receive a Lazy Load error following installation and loading of this package using devtools in RStudio. In these cases, please close and re-open RStudio and then re-load the package using the library command.
Download this repository from GitHub and either build from source or do:
Following installation of this package, type ‘packageVersion(“PHEindicatormethods”)’ in the R console to show the package version. If it is suffixed with a 9000 number then you are using an unapproved development version.
Released versions of this package will have version numbers consisting of three parts:
See http://r-pkgs.had.co.nz/description.html for further information on package versioning
The package contains the following functions, datasets and vignettes - see individual item documentation for full details
Functions:
- byars_lower
- byars_upper
- phe_dsr
- phe_isr
- phe_mean
- phe_proportion
- phe_rate
- phe_smr
- wilson_lower
- wilson_upper
Datasets:
- esp2013
Vignettes:
- Vignette for calculating DSRs for multiple geographies and time periods
(type ‘browseVignettes(“PHEindicatormethods”)’ to view in HTML)