View source: R/QualityImprovementMeasures.R
complete_demographics | R Documentation |
complete demographics
complete_demographics(
d,
qim_name,
age_min = 0,
age_max = 65,
ageGroups = c(0, 5, 15, 25, 35, 45, 55, 65),
include_diabetes = FALSE,
measure,
states = c(FALSE, TRUE),
atsi_only = FALSE
)
d |
dataframe to process with QIM, Age10, Sex, Indigenous, DiabetesType Measure, State, n. optionally - ProportionDemographic, DateFrom, DateTo |
qim_name |
name of qim |
age_min |
minimum age group |
age_max |
maximum age group |
ageGroups |
numbers to determine age group |
include_diabetes |
include diabetes demographic |
measure |
name of measure |
states |
vector of status types |
atsi_only |
include only ATSI sub-groups? |
dataframe with DOB, Age10, Sex, Indigenous, DiabetesType Measure, State, n. optionally - ProportionDemographic, DateFrom, DateTo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.