Predict method for lpda classification
# S3 method for lpda
predict(object, datatest = object$data,...)# S3 method for predict.lpda
print(x, ...)
Predicted class
Evaluation of each individual in the fitted model
Object of class inheriting from "lpda"
An optional data to predict their class. If omitted, the original data is used.
An object of class "predict.lpda
", a result of a call to predict.lpda
.
Other arguments passed.
Maria Jose Nueda, mj.nueda@ua.es
lpda