Produce 5 numbers of the distribution (mean_, sd_, lci_, uci_, median_).
cinqnum(x, ...)# S3 method for DISTRIBUTION
cinqnum(x, n, ...)
# S3 method for `NA`
cinqnum(x, n, ...)
# S3 method for DIRAC
cinqnum(x, n, ...)
a vector with the mean, sd, lci, uci and median values
an object of class DISTRIBUTION
further parameters
number of drawns
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
Uses the stored seed to have the same sequence always and produce the same numbers This is an internal function for the summary function