predict.boolean: Predicted Probabilities

Description Usage Arguments Details Value Author(s)

View source: R/utils.R

Description

Calculate predicted probabilities

Usage

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

Arguments

object

boolean object.

newdata

optionally, a data.frame containing the covariate profiles to predict. If omitted, the original data used in fitting the model will be used. Note that newdata must have the same structure as that returned by model.matrix.

...

Additional parameters to pass on.

Details

Calculate predicted probabilities for each observation.

Value

A vector of predicted probabilities for the covariate profiles specified in newdata.

Author(s)

Jason W. Morgan (morgan.746@osu.edu)


boolean3 documentation built on May 30, 2017, 12:30 a.m.