SL.speedlm: Wrapper for speedlm
Description
Speedlm is a fast version of lm()
Usage
SL.speedlm(Y, X, newX, family, obsWeights, ...)
Arguments
- Y
Outcome variable
- X
Training dataframe
- newX
Test dataframe
- family
Gaussian or binomial
- obsWeights
Observation-level weights
- ...
Any remaining arguments, not used.
References
Enea, M. A. R. C. O. (2013). Fitting linear models and generalized linear
models with large data sets in R. Statistical Methods for the Analysis of
Large Datasets: book of short papers, 411-414.
See Also
predict.SL.speedlm
speedlm
predict.speedlm
SL.speedglm