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