summary method for class "lpda.3D"
# S3 method for lpda.3D
summary(object, datatest = NULL, grouptest=NULL,...)# S3 method for summary.lpda.3D
print(x, ...)
Table of confusion. Predicted classes in rows and real classes in columns, giving the hit (in the diagonal) and misclassification counts (out of the diagonal)
Object of class inheriting from "lpda.3D"
An optional data to predict their class and compare with real in the confusion matrix. If omitted, the original data is used.
When datatest is specified, grouptest must also be specified and viceversa.
An object of class "summary.lpda.3D
", a result of a call to summary.lpda.3D
.
Other arguments passed.
Maria Jose Nueda, mj.nueda@ua.es
lpda.3D