ardl_to_lm: Convert ARDL to lm

View source: R/ardl_to_lm.R

ardl_to_lmR Documentation

Convert ARDL to lm

Description

Converts an ARDL formula to a lm formula

Usage

ardl_to_lm(formula.ardl, case, d)

Arguments

formula.ardl

the ARDL formula object

case

ARDL model case for the treatment of intercept and trend

d

number of variables


bootCT documentation built on Sept. 27, 2022, 5:05 p.m.

Related to ardl_to_lm in bootCT...