hrvplot {rv}R Documentation

Horizontal interval plot of components of a random vector

Description

hrvplot plots uncertainty (that is, ``credible") intervals for the scalar components of the given random vector.

Usage

hrvplot(x, labels=NULL, pos=NULL, output.file=NULL)
## S3 method for class 'matrix':
hrvplot(x, labels, pos=NULL, output.file=NULL)
## S3 method for class 'rv':
hrvplot(x, labels=NULL, ...)

Arguments

x an object
labels alternative labeling
pos
output.file alternative output file name
...

Details

hrvplot

Author(s)

Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman

References

Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.

Examples

  #

[Package rv version 0.911 Index]