create_parameters_from_tabular {heemod} | R Documentation |
Create a Parameter Definition From Tabular Input
Description
If specified in the tabular file, DSA and PSA can also be created.
Usage
create_parameters_from_tabular(param_defs, df_env = globalenv())
Arguments
param_defs |
A parameter definition file. |
df_env |
An environment containing external data. |
Details
The tabular parameter definition file can have the
following columns: parameter
(the parameter name,
required), value
(required), low
and
high
(if both are present, a deterministic
sensitivity analysis will be performed), and psa
(a definition of a distribution to use in a probabilistic
sensitivity analysis. Other columns will be ignored.
Value
The parameter definition.
[Package heemod version 1.1.0 Index]