rvmax {rv} | R Documentation |
rvmax
rvmax(x, ...)
x |
an rv object |
... |
further arguments passed to max |
rvmin
applies the function min
to the simulations of
each component of the argument x
.
A numeric vector of the same dimension as x
.
Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.
rvmax(rvnorm(1))