extended.lm | R Documentation |
This function takes a matrix of candidate predictors X and a vector of response variables Y.
extended.lm(X, Y)
X |
an n by p matrix of candidate predictors. |
Y |
an n by 1 vector of responses |
require(glmnet) data("QuickStartExample") x <- QuickStartExample$x y <- QuickStartExample$y extended.lm(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.