descriptives {worcs} | R Documentation |
Describe a dataset
Description
Provide descriptive statistics for a dataset.
Usage
descriptives(x, ...)
Arguments
x |
An object for which a method exists. |
... |
Additional arguments. |
Value
A data.frame
with descriptive statistics for x
.
Examples
descriptives(iris)
[Package worcs version 0.1.14 Index]