detail {robustfa} | R Documentation |
Show Details of an Object
Description
Show details of an object.
Usage
detail(x)
Arguments
x |
Any |
Value
A list with components:
x |
The argument |
isS4 |
Logical, indicates whether |
isObject |
Logical, indicates whether |
class |
The class of |
attributes |
The attributes of |
Author(s)
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
References
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
See Also
isS4
, is.object
, class
, attributes
Examples
data(stock611)
detail(stock611)
facovRegOgk=FaCov(x=scale(stock611[,3:12]), factors=3, cov.control = rrcov::CovControlOgk(),
scoresMethod = "regression"); facovRegOgk
detail(facovRegOgk)
[Package robustfa version 1.1-0 Index]