rowapply                 package:rv                 R Documentation

_A_p_p_l_y _a _F_u_n_c_t_i_o_n _t_o _R_o_w_s _o_f _a _R_a_n_d_o_m _M_a_t_r_i_x

_D_e_s_c_r_i_p_t_i_o_n:

     'rowapply' takes a random matrix and applies a function  to its
     rows, returning another rv object.

_U_s_a_g_e:

       rowapply(X, FUN, ...)

_A_r_g_u_m_e_n_t_s:

       X: random matrix (an rv object with non-null 'dim'ension)

     FUN: a function to apply

     ...: further arguments passed to 'FUN'

_V_a_l_u_e:

     A random variable (an rv object).

_A_u_t_h_o_r(_s):

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

_R_e_f_e_r_e_n_c_e_s:

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

_E_x_a_m_p_l_e_s:

       #

