print.rv: Print Distribution Summary of a Random Variable

View source: R/print_rv.R

print.rvR Documentation

Print Distribution Summary of a Random Variable

Description

Prints a summary of the random variable object.

Usage

## S3 method for class 'rv'
print(x, digits = rvpar("print.digits"), ...)

Arguments

x

an rv object

digits

minimal number of significant digits

...

further arguments passed to or from other methods

Details

Invokes first the summary method of the object, then prints the result.

Author(s)

Jouni Kerman jouni@kerman.com

References

Kerman, J. and Gelman, A. (2007). Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.

See also vignette("rv").

See Also

rvfactor

Examples


  print(rvnorm(mean = rvnorm(1)))


rv documentation built on March 18, 2022, 5:55 p.m.