lm.nladwa: Creates list of all functions associated with lm from this...

Description Usage Arguments

Description

Take a lm object, and some arguments to streamline modelling.

Usage

1
2
lm.nladwa(x, formula, ..., date.index = "Week", conf.level = 0.95,
  test.dep.var = FALSE)

Arguments

x

data.table with all the data for modelling.

formula

an object of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted.

conf.level

confidence level, default = 95%.

data.index

Character. The date index of the lm(data = ?) variable.

test.dep.varCharacter.

Defaults to FALSE which replaces ".Train" in the dependent variable (from lm.object), with ".Train". If you know that variable doesn't exist, enter the variable name here.


Braja93/braja documentation built on May 6, 2019, 12:07 a.m.