Displaying 1 result from an estimated 1 matches for "growthcharts".
2007 Nov 08
2
centile reference chart / clildren growth chart - what package/method to use
...children
with diagnosis that impacts weight/length.
But we we don't know how to use R for producing growth charts.
We are collection data of Age, Weight and Length.
The data are used to produce diagnosis-specific Growth charts (like the CDC
Growth Charts:
http://www.cdc.gov/nchs/data/nhanes/growthcharts/set1clinical/cj41l017.pdf)
Data-example is in the UsingR package as data(kid.weights).
In the CDC-papers a LMS approch is described. Cole has programmed the
methology (I guess) in a <R 2.0.0 package called lmsqreg:
"""
> library(lmsqreg)
Error in library(lmsqreg) :
lmsqreg...