rvsimapply {rv} | R Documentation |
rvsimapply
rvsimapply(x, FUN, ...)
x |
an object |
FUN |
|
... |
further arguments passed to the function FUN |
rvsimapply
applies a given function to
the rows of the simulation matrix of the given random vector.
If the function is to be applied to rows of the simulation matrix,
use simapply
or mapply.rv
instead.
Usually used in functions that implement an 'rv'-compatible routine.
A numeric vector or array.
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.
#