densplot                package: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 variable in `x',
     calculated by the `density' function.

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

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

_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 omitted, the
          bandwidth is calculate by 1.06 times the minimum of the
          standard deviation and the interquartile range divided by
          1.34 times the sample size to the negative one fifth power

    main: Title. See `par()'

    ylim: Limits on y axis.  See `par()'

     ...: Further 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'.

