SummaryQda-class {rrcov} | R Documentation |
Class "SummaryQda" - summary of "Qda" objects
Description
Summary information about a Qda
- Quadratic Discriminant Analysis object
Objects from the Class
Objects can be created by calls of the form new("SummaryQda", ...)
,
but most often by invoking 'summary' on an "Qda" object. They contain values
meant for printing by 'show'.
Slots
qdaobj
:Object of class
"Qda"
Methods
- show
signature(object = "SummaryQda")
: display the object
Author(s)
Valentin Todorov valentin.todorov@chello.at
References
Todorov V & Filzmoser P (2009), An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1–47. doi:10.18637/jss.v032.i03.
See Also
Examples
showClass("SummaryQda")
[Package rrcov version 1.7-5 Index]