Learn R Programming

rtemis (version 0.79)

predict.glmLite: Predict method for glmLite object

Description

Predict method for glmLite object

Usage

# S3 method for glmLite
predict(object, newdata, verbose = FALSE, ...)

Arguments

object

glmLite object

newdata

Data frame of predictors

verbose

Logical: If TRUE, print messages to console. Default = FALSE