Learn R Programming

convdistr (version 1.6.1)

summary.DISTRIBUTION: Summary of Distributions

Description

Summary of Distributions

Usage

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

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

Arguments

object

object of class DISTRIBUTION

n

the number of random samples from the distribution

...

other parameters. Not used

Author

John J. Aponte