Definition of linear multiple regression adjustment based on predictor variables that fit a predicting variable
multiple.guidance(
input.data = input.data,
predictand = predictand,
predictors = predictors
)
an element of class lm
Data frame with first column as a "POSIXct" class and one or more columns with data values. The predictand and predictors variables should be located in these columns
Character with column name of the predictand variable
Character array with one or more elements of the predictors chosen by the user