detail {OneTwoSamples} | 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., Wei, Y. (2013), One and two samples using only an R funtion, doi:10.2991/asshm-13.2013.29.
See Also
isS4
, is.object
, class
, attributes
Examples
x=rnorm(10, mean = 1, sd = 0.2); x
t = t.test(x); t
detail(t)
[Package OneTwoSamples version 1.1-0 Index]