cutpoint | R Documentation |
This function calculates the prevalence of inadequate intakes using the EAR cutpoint method.
cutpoint(intake_avg, intake_cv, intake_dist, ear)
intake_avg |
Mean of the habitual intake distribution |
intake_cv |
Coefficient of variation (CV) of the habitual intake distribution |
intake_dist |
Type of the habitual intake distribution: normal, lognormal, or gamma |
ear |
Estimated Average Requirement (EAR) |
The percent of a population with inadequate nutrient intakes (SEV)
cutpoint(intake_avg=6, intake_cv=0.25, intake_dist="normal", ear=8)
cutpoint(intake_avg=6, intake_cv=0.25, intake_dist="gamma", ear=8)
cutpoint(intake_avg=6, intake_cv=0.25, intake_dist="lognormal", ear=8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.