get_model | R Documentation |
Generates an unevaluated list of model variable statements
get_model()
A list of expressions to run to evaluate the model
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.
get_model_di
, get_model_within
get_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.