Description Usage Arguments Value
View source: R/step_regression.R
successively regresses each variable x our of the rest of the x matrix and y, then calls itself again. Returns a vector of residuals for each variable.
1 | regress_step(x, y)
|
x |
a design matrix. Function called recursively with fewer columns of x until finished |
y |
a response vector |
a matrix of residuals, each column corresponds to a column of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.