get_parameter_def_distribution: Get the definition of given parameter distribution defined in...

Description Usage Arguments Value Examples

View source: R/parameter_estimation_functions.R

Description

the file should have these column names (atleast) Parameter, Description, Strategy, Value, Distribution, Param1_name, Param1_value, Param2_name, Param2_value

Usage

1
2
get_parameter_def_distribution(parameter, paramfile, strategycol = NA,
  strategyname = NA)

Arguments

parameter

parameter of interest

paramfile

data file to be provided

strategycol

treatment strategy column name

strategyname

treatment strategy name in the column strategycol

Value

the definition of parameter from the given distribution

Examples

1
2
a <- get_parameter_def_distribution("rr", paramfile=
system.file("extdata", "table_param.csv", package = "MarkovModel"))

sheejamk/MarkovModel documentation built on Jan. 23, 2020, 2:44 a.m.