detachrv                 package:rv                 R Documentation

_D_e_t_a_c_h _t_h_e _r_v _p_a_c_k_a_g_e

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

     'detachrv' detaches the rv package and restores the original
     functions in base and stats packages. Currently equivalent to
     'detach("package:rv")'.

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

     detachrv()

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

     'detachrv'

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

       ## Not run: 
       library(rv)
       detachrv()
       
     ## End(Not run)

