predict.psatGLM: Retrieve Linear Predictors from a psatGLM Fit

Description Usage Arguments Value See Also

Description

Retrieve the linear predictor from a psatGLM fit. This is the same as the type = "link" option in predict.glm.

Usage

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

Arguments

object

a psatGLM object.

newX

a new matrix of covariates. If left NULL the linear predictors for the data used for fitting the model will be returned.

Value

A vector of linear predictors.

See Also

psatGLM


ammeir2/PSAT documentation built on May 27, 2019, 7:40 a.m.