create_parameters_from_tabular: Create a Parameter Definition From Tabular Input

View source: R/tabular_input.R

create_parameters_from_tabularR 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.


heemod documentation built on July 26, 2023, 5:45 p.m.