detail: Show Details of an Object

View source: R/utils.R

detailR Documentation

Show Details of an Object

Description

Show details of an object.

Usage

detail(x)

Arguments

x

Any R object to be tested.

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.

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)


robustfa documentation built on April 16, 2023, 5:18 p.m.