View source: R/summary.lpda.3D.R
summary.lpda.3D | R Documentation |
summary method for class "lpda.3D"
## S3 method for class 'lpda.3D'
summary(object, datatest = NULL, grouptest=NULL,...)
## S3 method for class 'summary.lpda.3D'
print(x, ...)
object |
Object of class inheriting from "lpda.3D" |
datatest |
An optional data to predict their class and compare with real in the confusion matrix. If omitted, the original data is used. |
grouptest |
When datatest is specified, grouptest must also be specified and viceversa. |
x |
An object of class " |
... |
Other arguments passed. |
Confusion.Matrix |
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) |
Maria Jose Nueda, mj.nueda@ua.es
lpda.3D
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.