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, type = "eta")

Arguments

object

A fit object.

...

Unused.

X

Numeric model matrix. If om

type

Either response or eta, the linear predictor.

Value

A numeric vector of predictions.


zrmacc/BinReg documentation built on May 9, 2019, 8:08 a.m.