plotChangepoint           package:MCMCpack           R Documentation

_C_h_a_n_g_e_p_o_i_n_t _L_o_c_a_t_i_o_n _P_l_o_t_s

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

     Plot the posterior distribution over the location of the
     changepoints.

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

        plotChangepoint(mcmcout, xlab="Time", ylab="", verbose = FALSE)

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

 mcmcout: The 'mcmc' object containing the posterior density sample
          from a changepoint model.  Note that this must have a
          'prob.state' attribute.

    xlab: Label for the x-axis.

    ylab: Label for the y-axis.

 verbose: If verbose=TRUE, expected changepoints are printed.

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

     Jong Hee Park, jhp@uchicago.edu, <URL:
     http://home.uchicago.edu/~jhp/>.

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

     'MCMCpoissonChangepoint'

