sample_Css | R Documentation |
C_ss
dataSample from pre-generated C_ss
data
sample_Css(simulated_css, age, obesity)
simulated_css |
list of pre-generated |
age |
list or atomic vector of ages. |
obesity |
list or atomic vector of obesity status. |
list of matrices containing C_ss
values. Columns are sorted to have
consistent order across functions.
# Vector inputs
sample_Css(geo_tox_data$simulated_css,
c(15, 25, 35),
c("Normal", "Obese", "Normal"))
# List inputs
sample_Css(geo_tox_data$simulated_css,
list(c(34, 29), 55),
list(c("Obese", "Normal"), "Normal"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.