Description Usage Arguments Value Examples
View source: R/parameter_estimation_functions.R
the file should have these column names (atleast) Parameter, Description, Strategy, Value, Distribution, Param1_name, Param1_value, Param2_name, Param2_value
1 2 | get_parameter_def_distribution(parameter, paramfile, strategycol = NA,
strategyname = NA)
|
parameter |
parameter of interest |
paramfile |
data file to be provided |
strategycol |
treatment strategy column name |
strategyname |
treatment strategy name in the column strategycol |
the definition of parameter from the given distribution
1 2 | a <- get_parameter_def_distribution("rr", paramfile=
system.file("extdata", "table_param.csv", package = "MarkovModel"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.