Learn R Programming

robustfa (version 1.0-4)

summary-methods: Summary an Object

Description

Produce result summaries of an object of class "Fa".

Usage

summary(object, ...)

Arguments

object
an object of class "Fa" or of a class derived from "Fa".
...
additional arguments, e.g., print.x=TRUE.

References

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

Examples

Run this code
data("hbk")
hbk.x = hbk[,1:3] 

faCovPcaRegMcd = FaCov(x = hbk.x, factors = 2, method = "pca",
scoresMethod = "regression", cov.control = CovControlMcd()); faCovPcaRegMcd

faCovPcaRegMcd
summary(faCovPcaRegMcd)

Run the code above in your browser using DataLab