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., Wei, Y. (2013), One and two samples using only an R funtion, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2991/asshm-13.2013.29")}.
isS4
, is.object
, class
, attributes
x=rnorm(10, mean = 1, sd = 0.2); x
t = t.test(x); t
detail(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.