build_mydata_fup_uc | R Documentation |
Builds a list of arguments required for JAGS from subset of level-2 data frame. The list is used as an argument to JAGS during level-4 processing.
build_mydata_fup_uc(MS.data, CC.data, T1.data, T5.data, AF.data)
MS.data |
(Data Frame) Subset of data containing all observations of one test compound. |
CC.data |
(Data Frame) Subset of data containing observations of calibration curves samples. |
T1.data |
(Data Frame) Subset of data containing observations of Whole Plasma T1h Samples. |
T5.data |
(Data Frame) Subset of data containing observations of Whole Plasma T5h Samples. |
AF.data |
(Data Frame) Subset of data containing observations of Aqueous Fraction samples. |
A named list to be passed into the Bayesian model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.