Description Usage Arguments Value
View source: R/parameter_estimation_functions.R
the file should have these column names (atleast) Parameter, Description, Strategy, Value a <- get_parameter_read("cost_IT", paramfile=system.file("extdata","table_param.csv", package = "MarkovModel"), strategycol="Strategy", strategyname="Intervention")
1 2 | get_parameter_read(parameter, paramfile, strategycol = NA,
strategyname = NA)
|
parameter |
parameter of interest |
paramfile |
parameter file to be provided |
strategycol |
treatment strategy |
strategyname |
treatment strategy name in the column strategycol |
the paramvalue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.