SummaryFa-class {robustfa} | R Documentation |
Class "SummaryFa"
Description
Summary of "Fa"
objects. The "Fa"
object plus some additional summary information.
Objects from the Class
Objects can be created by calls of the form new("SummaryFa", ...)
. But most often by invoking 'summary' on an "Fa" object. They contain values meant for printing by 'show'.
Slots
faobj
:Object of class
"Fa"
importance
:Object of class
"matrix"
. Matrix with additional information: importance of components.
Methods
- show
signature(object = "SummaryFa")
: display the object
Author(s)
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
References
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
See Also
Examples
showClass("SummaryFa")
[Package robustfa version 1.1-0 Index]