powered by
'tda'
Summary for the results of discriminant analysis obtained by function 'tda'
# S3 method for tda summary(object, ...) # S3 method for summary.tda print(x, ...)
Function 'summary.tda' calculates and returns a list of summary statistics for the model estimated by function 'tda'
'summary.tda'
An object of class 'tda' produced by function 'tda'
An object of class 'summary.tda' obtained by function 'summary.tda'
Additional arguments that are passed to or from other methods
tda
set.seed(123) model <- tda(x = iris[,1:4], max_k = 2, ID = iris$Species, trans = FALSE) summary(model)
Run the code above in your browser using DataLab