predict.POplugin {drord} | R Documentation |
Predict method for a POplugin
object
Description
Predict method for a POplugin
object
Usage
## S3 method for class 'POplugin'
predict(object, newdata = NULL)
Arguments
object |
An object of class |
newdata |
A |
Value
A data frame with nrow = number of rows in newdata (or the orignal data frame) and with the number of columns equal to the number of levels of the outcome observed in the original data frame
[Package drord version 1.0.1 Index]