View source: R/multiple_guidance.R
multiple.guidance | R Documentation |
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
)
input.data |
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 |
predictand |
Character with column name of the predictand variable |
predictors |
Character array with one or more elements of the predictors chosen by the user |
an element of class lm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.