-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrowth-standards.Rd
66 lines (57 loc) · 1.85 KB
/
growth-standards.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/growth-standards.R
\name{growth-standards}
\alias{growth-standards}
\title{Pediatric Growth Standard Distribution Functions}
\arguments{
\item{q}{a vector of quantiles}
\item{p}{a vector of probabilities}
\item{male}{integer value, 1 = male, 0 = female}
\item{age}{numeric age, in months}
\item{length, height}{in centimeters}
\item{source}{a character string denoting the data source providing the
parameters needed for the estimate. Valid values are "CDC" and "WHO". This
can be set explicitly, or by using the \code{pedbp_pgs_source} option.}
\item{...}{pass through}
}
\value{
\code{p_} method return values from the estimated distribution function.
\code{q_} methods return values from the estimated quantile function.
\code{z_} methods return standard scores.
}
\description{
Growth standards based on data from the Centers for Disease Control and the
World Health Organization.
}
\section{Notes}{
CDC Recommends using WHO growth charts for infants and
children ages 0 to 2 years of age in the U.S. and CDC growth charts to
monitor growth for children age 2 years and older in the U.S.
}
\references{
\url{https://www.cdc.gov/growthcharts/percentile_data_files.htm},
\url{https://www.who.int/tools/child-growth-standards/standards}
}
\seealso{
\itemize{
\item Distribution functions:
\itemize{
\item \code{\link{bmi_for_age}}
\item \code{\link{head_circumference_for_age}}
\item \code{\link{height_for_age}}
\item \code{\link{length_for_age}}
\item \code{\link{weight_for_age}}
\item \code{\link{weight_for_length}}
\item \code{\link{weight_for_height}}
}
\item Plotting functions:
\itemize{
\item \code{\link{gs_chart}}
\item \code{\link{gs_cdf}}
}
\item Vignette:
\itemize{
\item \code{vignette(topic = "growth-standards", package = "pedbp")}
}
}
}