Learn R Programming

robustfa (version 1.1-0)

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.

Methods

signature(object = "Fa")

Summary an object of class "Fa".

Author

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

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 = rrcov::CovControlMcd()); faCovPcaRegMcd

faCovPcaRegMcd
summary(faCovPcaRegMcd)

Run the code above in your browser using DataLab