build_ardl_formula: ARDL formula specification builder

View source: R/formula_builders.R

build_ardl_formulaR Documentation

ARDL formula specification builder

Description

It creates the ARDL specification according to the given "formula" and their corresponding "orders".

Usage

build_ardl_formula(parsed_formula, order)

Arguments

parsed_formula

A list containing the formula parts as returned from parse_formula.

order

A numeric vector with the ARDL order as returned from parse_order(restriction = FALSE).

Value

build_ardl_formula returns a list containing the full formula and the independent and dependent parts of the formula separated. The full formula is ready to be used as input in the dynlm function.

Author(s)

Kleanthis Natsiopoulos, klnatsio@gmail.com

See Also

build_uecm_formula, build_recm_formula


ARDL documentation built on Aug. 21, 2023, 9:10 a.m.