rowapply {rv} | R Documentation |
rowapply
takes a random matrix and applies a function
to its rows, returning another rv object.
rowapply(X, FUN, ...)
X |
random matrix (an rv object with non-null dim ension) |
FUN |
a function to apply |
... |
further arguments passed to FUN |
A random variable (an rv object).
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.
#