View source: R/predict.lpda.3D.R
predict.lpda.3D | R Documentation |
Predict method for lpda.3D classification
## S3 method for class 'lpda.3D'
predict(object, datatest = NULL,...)
## S3 method for class 'predict.lpda.3D'
print(x, ...)
object |
Object of class inheriting from "lpda.3D" |
datatest |
An optional data to predict their class. If omitted, the original data is used. |
x |
An object of class " |
... |
Other arguments passed. |
fitted |
Predicted class |
eval |
Evaluation of each individual in all the fitted models |
Maria Jose Nueda, mj.nueda@ua.es
lpda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.