hematocrit_infants {httk} | R Documentation |
Predict hematocrit in infants under 1 year old.
Description
For infants under 1 year, hematocrit was not measured in NHANES. Assume a log-normal distribution where plus/minus 1 standard deviation of the underlying normal distribution is given by the reference range. Draw hematocrit values from these distributions by age.
Usage
hematocrit_infants(age_months)
Arguments
age_months |
Vector of ages in months; all must be <= 12. |
Details
Age | Reference range |
<1 month | 31-49 |
1-6 months | 29-42 |
7-12 months | 33-38 |
Value
Vector of hematocrit percentages corresponding to the input vector of ages.
Author(s)
Caroline Ring
References
Ring CL, Pearce RG, Setzer RW, Wetmore BA, Wambaugh JF (2017). “Identifying populations sensitive to environmental chemicals by simulating toxicokinetic variability.” Environment International, 106, 105–118.
[Package httk version 2.3.1 Index]