predict.abess {abess} | R Documentation |
Make predictions from a fitted "abess
" object.
Description
Make predictions from a fitted "abess
" object.
Usage
## S3 method for class 'abess'
predict(object, newx, type = c("link", "response"), support.size = NULL, ...)
Arguments
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. |
Value
The object returned depends on the types of family.
See Also
print.abess
,
predict.abess
,
coef.abess
,
extract.abess
,
plot.abess
,
deviance.abess
.