predict.fit: Prediction from a Fitted Regression Model

Description Usage Arguments Value

Description

Returns the estimated residuals from an object of class fit.

Usage

1
2
## S3 method for class 'fit'
predict(object, ..., X = NULL)

Arguments

object

A fit object.

...

Unused.

X

Numeric model matrix. If omitted, returns predictions for the observations used to fit the model

Value

A numeric vector of predictions.


zrmacc/LiST documentation built on May 9, 2019, 8:20 a.m.