Skip to contents

Summary of Distributions

Usage

# S3 method for DISTRIBUTION
summary(object, n = 10000, ...)

Arguments

object

object of class DISTRIBUTION

n

the number of random samples from the distribution

...

other parameters. Not used

Value

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

Note

The sample uses the seed saved in the object those it will provide the same values fir an n value

Author

John J. Aponte