httkpop_direct_resample_inner {httk} | R Documentation |
Inner loop function called by httkpop_direct_resample
.
Description
Inner loop function called by httkpop_direct_resample
.
Usage
httkpop_direct_resample_inner(
nsamp,
gendernum,
agelim_months,
agelim_years,
reths,
weight_category,
gfr_resid_var,
ckd_epi_race_coeff,
nhanes_mec_svy
)
Arguments
nsamp |
The desired number of individuals in the virtual population.
|
gendernum |
Optional: A named list giving the numbers of male and female
individuals to include in the population, e.g. |
agelim_months |
Optional: A two-element numeric vector giving the minimum
and maximum ages (in months) to include in the population. Default is c(0,
959), equivalent to the default |
agelim_years |
Optional: A two-element numeric vector giving the minimum
and maximum ages (in years) to include in the population. Default is
c(0,79). If |
reths |
Optional: a character vector giving the races/ethnicities to
include in the population. Default is |
weight_category |
Optional: The weight categories to include in the
population. Default is |
gfr_resid_var |
Logical value indicating whether or not to include residual variability when generating GFR values. (Default is TRUE, passed from 'httkpop_direct_resample'.) |
ckd_epi_race_coeff |
Logical value indicating whether or not to use the "race coefficient" from the CKD-EPI equation when estimating GFR values. (Default is FALSE, passed from 'httkpop_direct_resample'.) |
nhanes_mec_svy |
|
Value
A data.table where each row represents an individual, and each column represents a demographic, anthropometric, or physiological parameter.
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.