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