summary.tda {transDA} | R Documentation |
Summarizing discriminant analysis results from function 'tda'
Description
Summary for the results of discriminant analysis obtained by function 'tda'
Usage
## S3 method for class 'tda'
summary(object, ...)
## S3 method for class 'summary.tda'
print(x, ...)
Arguments
object |
An object of class |
x |
An object of class |
... |
Additional arguments that are passed to or from other methods |
Value
Function 'summary.tda'
calculates and returns a list of summary statistics for the model estimated by function 'tda'
See Also
Examples
set.seed(123)
model <- tda(x = iris[,1:4], max_k = 2, ID = iris$Species, trans = FALSE)
summary(model)
[Package transDA version 1.0.1 Index]