detail | R Documentation |
Show details of an object.
detail(x)
x |
Any |
A list with components:
x |
The argument |
isS4 |
Logical, indicates whether |
isObject |
Logical, indicates whether |
class |
The class of |
attributes |
The attributes of |
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.