quadVAR_to_dyn_eqns: Transform a quadVAR object to a list of dynamic equations.

View source: R/linearize.R

quadVAR_to_dyn_eqnsR 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 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.


quadVAR documentation built on April 4, 2025, 2:02 a.m.