Learn R Programming

robustfa (version 1.1-0)

detail: Show Details of an Object

Description

Show details of an object.

Usage

detail(x)

Value

A list with components:

x

The argument x.

isS4

Logical, indicates whether x is an S4 object.

isObject

Logical, indicates whether x is an object, i.e., with a class attribute.

class

The class of x.

attributes

The attributes of x. Usually result$attributes is also a list.

Arguments

x

Any R object to be tested.

Author

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

References

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

See Also

Examples

Run this code
data(stock611)
detail(stock611)

facovRegOgk=FaCov(x=scale(stock611[,3:12]), factors=3, cov.control = rrcov::CovControlOgk(), 
scoresMethod = "regression"); facovRegOgk
detail(facovRegOgk)

Run the code above in your browser using DataLab