Description Usage Arguments Details Value Note
Predictions from a linear model.
1 | predict_slim(object, newdata)
|
object |
of clasee |
newdata |
data frame on which predictions should be made. |
A slim implementation of predictions from a linear model
on a new dataset. This is made in replacement of predict
and predict.bigglm
, which do not work on
biglm
-objects or does not include a possible
offset
, respectively.
vector with predictions.
The implementation uses biglm:::coef.biglm
as this function
is not exported from the biglm
-package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.