Learn R Programming

heemod (version 0.7.1)

create_model_from_tabular: Create a heemod Model From Tabular Files Info

Description

Calls create_states_from_tabular and create_matrix_from_tabular.

Usage

create_model_from_tabular(state_file, tm_file, df_env = globalenv())

Arguments

state_file
A state tabular file (file path or parsed file).
tm_file
A transition matrix tabular file (file path or parsed file).
df_env
An environment containing external data.

Value

A heemod model as returned by define_strategy.