If specified in the tabular file, DSA and PSA can also be created.
create_parameters_from_tabular(param_defs, df_env = globalenv())
The parameter definition.
A parameter definition file.
An environment containing external data.
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.