Learn R Programming

robustfa (version 1.1-0)

SummaryFa-class: Class "SummaryFa"

Description

Summary of "Fa" objects. The "Fa" object plus some additional summary information.

Arguments

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

Ying-Ying Zhang (Robert) robertzhangyying@qq.com

References

Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.

See Also

Fa-class

Examples

Run this code
showClass("SummaryFa")

Run the code above in your browser using DataLab