Skip to contents

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 TRUE, the equation will be in the form of (0 =) ... - X1; if FALSE, the equation will be in the form of (X1 = )....

Value

A list of dynamic equations in characters. You can also use rlang::parse_expr() to parse them into expressions.