rvconst                  package:rv                  R Documentation

_R_a_n_d_o_m _V_e_c_t_o_r _w_i_t_h _a _P_o_i_n_t-_M_a_s_s _D_i_s_t_r_i_b_u_t_i_o_n

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

     Coerces a given vector of constants into a random vector with 1
     simulation in each component.

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

     rvconst(n=1,x)

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

       n: integer: number of variables to generate

       x: a vector of constants

_D_e_t_a_i_l_s:

     Coerces a given vector of constants into a random vector with 1
     simulation in each component.

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

     A random vector (rv object) of length 'n'.

_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:

       #

