predict.MCSIMEX {simex} | R Documentation |
Predicts values for objects of class MCSIMEX
predict.MCSIMEX(object, newdata, ...)
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 |
Just a wrapper for various predict methods.
data.frame of predicted values
Wolfgang Lederer