#' Results from joint DPMM demonstration for package vignette
#'
#' a list of results
#'
#' @docType data
#'
#' @usage data(fit_ss)
#'
#' @format A list with components
#' \describe{
#' \item {z.save} {list of estimated hidden states for each time series at each iteration}
#' \item {K.save} {list of estimated number of hidden states for each time series at each iteration}
#' \item {mu.save} {list of posterior estimates of mu_k, state-specific means}
#' \item {ymar} {matrix with len.imp rows of imputed values for MAR data}
#' \item {ylod} {matrix with len.imp rows of imputed values for data below LOD}
#' \item {hamming} {posterior hamming distance between true and estimated states, if z.true is given}
#' \item {mu.mse} {mean squared error for estimated state-specific means, if mu.true is given}
#' \item {mar.mse} {mean squared error of MAR imputations, if ycomplete is given}
#' \item {lod.mse} {mean squared error of imputations below LOD, if ycomplete is given}
#' \item {mismat} {list, each element is a matrix indicating types of missing data for each time series, 0 = complete, 1 = MAR, 2 = below LOD}
#' \item {ycomplete} {list of complete data}
#' \item {MH.arate} {MH acceptance rate for lower triangular elements}
#' \item {MH.lamrate} {MH acceptance rate for diagonal elements}
#' }
#'
#' @examples
#' data(fit_ss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.