cinqnum | R Documentation |
Produce 5 numbers of the distribution (mean_, sd_, lci_, uci_, median_).
cinqnum(x, ...)
## S3 method for class 'DISTRIBUTION'
cinqnum(x, n, ...)
## S3 method for class ''NA''
cinqnum(x, n, ...)
## S3 method for class 'DIRAC'
cinqnum(x, n, ...)
x |
an object of class |
... |
further parameters |
n |
number of drawns |
Uses the stored seed to have the same sequence always and produce the same numbers This is an internal function for the summary function
a vector with the mean, sd, lci, uci and median values
cinqnum(DISTRIBUTION)
: Generic method for a DISTRIBUTION
cinqnum(`NA`)
: Generic method for optimized for a NA distribution
cinqnum(DIRAC)
: Generic method optimized for a DIRAC distribution
John J. Aponte
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.