powered by
Show details of an object.
detail(x)
A list with components:
The argument x.
x
Logical, indicates whether x is an S4 object.
Logical, indicates whether x is an object, i.e., with a class attribute.
The class of x.
The attributes of x. Usually result$attributes is also a list.
result$attributes
Any R object to be tested.
R
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
isS4, is.object, class, attributes
isS4
is.object
class
attributes
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