| summarize {CohensdpLibrary} | R Documentation |
summarize
Description
summarize() provides a human-readable output of a dpObject. it is
synonym of summary() (but as actions are verbs, I used a verb).
Usage
summarize(x, ...)
## S3 method for class 'CohensdpObject'
summarize(x, ...)
Arguments
x |
an object to summarize |
... |
ignored |
Value
a human-readable output as per articles.
[Package CohensdpLibrary version 0.5.10 Index]