summary
method for class "lpda"
# S3 method for lpda
summary(object, datatest = object$data, grouptest=object$group,...)# S3 method for summary.lpda
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"
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
", a result of a call to summary.lpda
.
Other arguments passed.
Maria Jose Nueda, mj.nueda@ua.es
lpda