Rdocumentation
powered by
Learn R Programming
simex (version 1.0)
predict.SIMEX: 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
Value
data.frame of predicted values
Details
Just a wrapper for various predict methods
See Also
predict
,
simex