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