quadVAR_to_dyn_eqns | R Documentation |
Transform a quadVAR object to a list of dynamic equations.
quadVAR_to_dyn_eqns(model, minus_self = TRUE)
model |
A quadVAR object. |
minus_self |
Whether to subtract the term itself from the equation. If |
A list of dynamic equations in characters. You can also use rlang::parse_expr()
to parse them into expressions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.