print.effsize {effsize} | R Documentation |
Prints effect size
Description
Prints the results of an effect size computation
Usage
## S3 method for class 'effsize'
print(x, ...)
Arguments
x |
the effect size result |
... |
further parameters are currently ignored |
Details
Shows the estimate value and, when available, the confidence interval.
Note
This is still work in progress..
Author(s)
Marco Torchiano http://softeng.polito.it/torchiano/
References
See the main function cliff.delta
.
See Also
[Package effsize version 0.8.1 Index]