get_model: Model set-up

View source: R/get_model.R

get_modelR Documentation

Model set-up

Description

Generates an unevaluated list of model variable statements

Usage

get_model()

Value

A list of expressions to run to evaluate the model

Note

Use eval() on an expression in the list to execute it. Beware that the evaluation of the model assumes that parameters and their values are present in the environment (see e.g. ?get_default_pars) and that variables x and xres exist.

See Also

get_model_di, get_model_within

Examples


get_model()


rscherrer/speciomx documentation built on March 28, 2023, 8:49 p.m.