View source: R/spdesign_utils.R
extract_b_values | R Documentation |
Title Extracts beta values from an spdesign object
extract_b_values(input_list)
input_list |
the list where the parameters are stored. Usually this is |
A named list with parameter values which can be used in sim_all
d <- system.file("extdata", "CSA", "linear", "BLIeff.RDS", package = "simulateDCE")
extract_b_values(readRDS(d)$utility)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.