Takes a fitted VDA_R object produced by VDA_R and produces various useful summaries from it.
Usage
## S3 method for class 'VDA_R':
summary(object, ...)
Arguments
object
An object of class 'VDA_R', usually the result of a call to VDA_R.
...
Not used.
Details
The function prints the number of cases, the number of classes, and the number of features in object, of class VDA_R. It also prints the lambda used in the analysis. Additionally, it prints the coefficients and the resulting predictions made by Vertex Discriminant Analysis on the training set and the following training error.