

densplot(coda)                               R Documentation

_P_r_o_b_a_b_i_l_i_t_y _d_e_n_s_i_t_y _f_u_n_c_t_i_o_n _e_s_t_i_m_a_t_e _f_r_o_m _M_C_M_C _o_u_t_p_u_t

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

     Displays a plot of the density estimate for each vari-
     able in `x', calculated by the `density' function.

_U_s_a_g_e_:

     densplot(x, show.obs=TRUE, bwf, ...)

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

       x: An `mcmc' or `mcmc.list' object

show.obs: Show observations along the x-axis

     bwf: Function for calculating the bandwidth.  If omit-
          ted, the bandwidth is calculate by 1.06 times the
          minimum of the standard deviation and the
          interquartile range divided by 1.34 times the sam-
          ple size to the negative one fifth power

     ...: Graphical parameters

_N_o_t_e_:

     You can call this function directly, but it is more
     usually called by the `plot.mcmc' function.

_S_e_e _A_l_s_o_:

     `density', `plot.mcmc'

