Summary of Distributions
# S3 method for DISTRIBUTION
summary(object, n = 10000, ...)
A data.frame
with as many rows as dimensions had the
distribution and with the following columns
distribution name
varname name of the dimension
oval value
nsample number of random samples
mean_ mean value of the sample
sd_ standard deviation of the sample
lci_ lower 95
median_ median value of the sample
uci_ upper 95
object of class DISTRIBUTION
the number of random samples from the distribution
other parameters. Not used
John J. Aponte