View source: R/growth_functions.R
get_lms | R Documentation |
Function to interpolate LMS parameters, given age, gender, chart, and measure
get_lms(age, gender, chart, measure = "weight")
age |
Vector of ages |
gender |
Vector of gender, either 'm' or 'f' |
chart |
Which chart to obtain LMS parameters for |
measure |
Which measure for the chart. Defaults to 'weight' |
get_lms(c(11.5, 11.5), c('m', 'f'), chart = 'cdc_2000_infant', measure = 'weight')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.