View source: R/predict.abess.R
| predict.abess | R Documentation |
abess" object.Make predictions from a fitted "abess" object.
## S3 method for class 'abess'
predict(object, newx, type = c("link", "response"), support.size = NULL, ...)
object |
An " |
newx |
New data used for prediction. If omitted, the fitted linear predictors are used. |
type |
|
support.size |
An integer value specifies
the model size fitted at given |
... |
Additional arguments affecting the predictions produced. |
The object returned depends on the types of family.
print.abess,
predict.abess,
coef.abess,
extract.abess,
plot.abess,
deviance.abess.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.