predict.SIMEX {simex}R Documentation

Predict Method

Description

Predicts values for objects of class SIMEX

Usage

predict.SIMEX(object, newdata, ...)

Arguments

object Object of class SIMEX
newdata optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used.
... additional arguments passed the original predict method

Details

Just a wrapper for various predict methods

Value

data.frame of predicted values

Author(s)

Wolfgang Lederer

See Also

predict,simex


[Package simex version 1.2 Index]