Difference between revisions of "ERFs of vitamins"

From Testiwiki
Jump to: navigation, search
(codes updated)
(Calculations)
 
(One intermediate revision by the same user not shown)
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>
Line 40: Line 42:
 
d <- opbase.data("Op_en6866")[-1] #Remove Obs
 
d <- opbase.data("Op_en6866")[-1] #Remove Obs
 
colnames(d) <- gsub(" ", "_", colnames(d))
 
colnames(d) <- gsub(" ", "_", colnames(d))
d$Exposure_agent <- gsub(" ", "_", d$Exposure_agent)
 
 
d$Result <- ifelse(d$Result == "", "0", as.character(d$Result))
 
d$Result <- ifelse(d$Result == "", "0", as.character(d$Result))
  

Latest revision as of 12:30, 5 June 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.
Difference between revisions of "ERFs of vitamins"(-)
ObsExposure agentResponseExposureExposure unitER functionScalingThresholdERFDescription
1Vitamin DVitamin D recommendationDaily intakeug /dStepNone7.5100

Calculations

+ Show code

See also

References