ERFs of vitamins: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(codes updated)
(debugged code)
Line 15: Line 15:
objects.latest("Op_en6866", code_name="initiate")
objects.latest("Op_en6866", code_name="initiate")
ERF_vit <- EvalOutput(ERF_vit)
ERF_vit <- EvalOutput(ERF_vit)
threshold_vit <- Evaloutput(threshold_vit)
threshold_vit <- EvalOutput(threshold_vit)


cat("ERF_vit\n")
oprint(summary(ERF_vit))
oprint(summary(ERF_vit))
cat("threshold_vit\n")
oprint(summary(threshold_vit))
oprint(summary(threshold_vit))
</rcode>
</rcode>

Revision as of 14:24, 19 April 2017



Question

What are exposure-response functions to vitamins?

Answer

+ Show code

Rationale

Data

  • Response metric: 1 if the recommendation is not met, 0 if it is met.
ERFs of vitamins: Difference between revisions(-)
ObsExposure agentResponseExposureExposure unitER functionScalingThresholdERFDescription
1Vitamin DVitamin D recommendationDaily intakeug /dStepNone7.5100

Calculations

+ Show code

See also

References