predict.glm.good: Predict method for 'glm.good' model fit

predict.glm.goodR Documentation

Predict method for glm.good model fit

Description

Predicted values for a glm.good object.

Usage

## S3 method for class 'glm.good'
predict( object , newdata = NULL, se.fit = FALSE, ... )

Arguments

object

object of class glm.good.

newdata

An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.

se.fit

logical, default FALSE. If TRUE, standard errors are provided.

...

additional arguments.

Value

predict.glm.good produces a vector of predictions. If standard errors are required, these are computed with the multivariate Delta method. If se.fit is TRUE, a list with the components below is returned:

fit

vector with the fitted mean values

se.fit

vector with standard errors of predicted mean values


good documentation built on May 29, 2024, 11:50 a.m.

Related to predict.glm.good in good...