sds_pub | R Documentation |
Calculate SDS values depending on the Tanner stage
sds_pub(
value,
pubstatus,
sex,
item,
ref,
type = "SDS",
male = "male",
female = "female"
)
value |
vector of measurement values |
pubstatus |
vector of Tanner stages coded 1 to 5 |
sex |
vector of sex |
item |
name of the item e.g. "height" |
ref |
RefGroup object |
type |
"SDS" or "perc" |
male |
coding of sex for male |
female |
coding of sex for female |
The function takes a vector of measurement values, and of tanner stage and of sex and a RefGroup object as arguments. It calculates the sds or percentile values.
vector containing SDS or percentile values
Mandy Vogel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.