ardl_to_lm {bootCT}R 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


[Package bootCT version 2.1.0 Index]