create_model_from_tabular: Create a 'heRomod' Model From Tabular Files Info

View source: R/tabular_input.R

create_model_from_tabularR Documentation

Create a heRomod Model From Tabular Files Info

Description

Calls create_states_from_tabular() and create_matrix_from_tabular().

Usage

create_model_from_tabular(
  state_info,
  tm_info,
  df_env = globalenv(),
  state_trans_info = NULL,
  start_info = NULL
)

Arguments

state_info

A state tabular file (file path or parsed file).

tm_info

A transition matrix tabular file (file path or parsed file).

df_env

An environment containing external data.

Value

A heRomod model as returned by define_strategy().


PolicyAnalysisInc/heRoMod documentation built on March 23, 2024, 4:29 p.m.