rvplot {rv}R Documentation

Horizontal interval plot of components of a random vector

Description

rvplot plots uncertainty (``credible") intervals for the scalar components of the given random vector.

Usage

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

Arguments

x an object
labels alternative labeling
pos
output.file alternative output file name
xlim x-limits
vline x-coordinate of the vertical reference line
...

Note

Under development!

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.925 Index]