Learn R Programming

OneTwoSamples (version 1.1-0)

detail: Show details of an object

Description

Show details of an object.

Usage

detail(x)

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.

Arguments

x

Any R object to be tested.

Author

Ying-Ying Zhang (Robert) robertzhangyying@qq.com

References

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").

See Also

Examples

Run this code
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