R package containing functions produced by the analysis team within NHS England's National Disease Registration Service (NDRS).
The functions currently available in the package are:
- ndrs_prevalence(): a function used internally on patient level NDRS data, to produce the values presented in the following publication: https://digital.nhs.uk/ndrs/data/data-outputs/rare-disease-and-condition-prevalence
# install and load the devtools package
install.packages("devtools")
library(devtools)
# install the NDRSanalysis package
install_github("NHSE-NDRS/NDRSanalysis")
If you have any questions regarding this repository please contact the team mailbox at [email protected].