Rdocumentation
powered by
Learn R Programming
simex (version 1.0)
predict.MCSIMEX: Predict method for the MCSIMEX class
Description
Predicts values for objects of class MCSIMEX
Usage
predict.MCSIMEX(object, newdata, ...)
Arguments
object
Object of class MCSIMEX
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
,
mcsimex