summarize_rhos | R Documentation |
summarize_rho
calculates summary statistics for each
of the change point locations.
measure_rho_vcov
generates the variance-covariance matrix for the
change point locations.
summarize_rhos(rhos, control = list())
measure_rho_vcov(rhos)
rhos |
Matrix of change point locations (columns) across iterations of
the ptMCMC (rows) or |
control |
A |
summarize_rhos
: table of summary statistics for change point
locations including mean, median, mode, posterior interval, standard
deviation, MCMC error, autocorrelation, and effective sample size for
each change point location.
measure_rho_vcov
: variance-covariance matrix for change
point locations.
rhos <- matrix(sample(80:100, 100, TRUE), 50, 2)
summarize_rhos(rhos)
measure_rho_vcov(rhos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.