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., Wei, Y. (2013), One and two samples using only an R funtion, tools:::Rd_expr_doi("10.2991/asshm-13.2013.29").
isS4, is.object, class, attributes
isS4
is.object
class
attributes
x=rnorm(10, mean = 1, sd = 0.2); x t = t.test(x); t detail(t)
Run the code above in your browser using DataLab