diff --git a/articles/adult-algorithm.html b/articles/adult-algorithm.html index 5330a3e..a729110 100644 --- a/articles/adult-algorithm.html +++ b/articles/adult-algorithm.html @@ -113,7 +113,7 @@
vignettes/adult-algorithm.Rmd
adult-algorithm.Rmd
vignettes/configuration.Rmd
configuration.Rmd
vignettes/developer-guidelines.Rmd
developer-guidelines.Rmd
vignettes/installation.Rmd
installation.Rmd
vignettes/large-data-sets.Rmd
large-data-sets.Rmd
vignettes/next-steps.Rmd
next-steps.Rmd
vignettes/output.Rmd
output.Rmd
vignettes/quickstart.Rmd
quickstart.Rmd
vignettes/usage.Rmd
usage.Rmd
vignettes/utilities.Rmd
utilities.Rmd
NEWS.md
Vector identifying each measurement, may be 'WEIGHTKG', 'WEIGHTLBS', 'HEIGHTCM', 'HEIGHTIN', 'LENGTHCM', or 'HEADCM'. +
Vector identifying each measurement, may be 'WEIGHTKG', 'WEIGHTLBS', 'HEIGHTCM', 'HEIGHTIN', or 'LENGTHCM' 'HEIGHTCM'/'HEIGHTIN' vs. 'LENGTHCM' only affects z-score calculations between ages 24 to 35 months (730 to 1095 days). All linear measurements below 731 days of life (age 0-23 months) are interpreted as supine length, and all linear measurements above 1095 days of life (age 36+ months) are interpreted as standing height. @@ -274,10 +273,6 @@
TRUE/FALSE. Run the beta-release of the infants algorithm (expands pediatric algorithm to clean 0 - 2). Defaults to FALSE.
read_anthro(path = "", cdc.only = FALSE, infants = FALSE)
read_anthro(path = "", cdc.only = FALSE)
Whether or not only CDC data should be used. Defaults to false.
boolean on if beta infants version is being used. will be merged in to main algorithm.