View source: R/get_fixed_other.R
get_fixed_other | R Documentation |
C_ss
ValuesGet median C_ss
Values
get_fixed_other(C_ss)
C_ss |
list of matrices containing |
list of atomic vectors containing median C_ss
values.
# Generate input C_ss data
age <- list(c(25, 35, 55),
c(15, 60))
obesity <- list(c("Obese", "Normal", "Obese"),
c("Normal", "Normal"))
C_ss <- sample_Css(simulated_css = geo_tox_data$simulated_css,
age = age,
obesity = obesity)
# Get median C_ss values
get_fixed_other(C_ss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.