Predict method for a POplugin object

# S3 method for POplugin
predict(object, newdata = NULL)

Arguments

object

An object of class POplugin

newdata

A data.frame on which to predict

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