quadVAR_to_dyn_eqns {quadVAR} | R Documentation |
Transform a quadVAR object to a list of dynamic equations.
Description
Transform a quadVAR object to a list of dynamic equations.
Usage
quadVAR_to_dyn_eqns(model, minus_self = TRUE)
Arguments
model |
A quadVAR object. |
minus_self |
Whether to subtract the term itself from the equation. If |
Value
A list of dynamic equations in characters. You can also use rlang::parse_expr()
to parse them into expressions.
[Package quadVAR version 0.1.2 Index]