Nothing
#' @export
nlist::as_nlists
#' @inherit nlist::as_nlists
#' @export
as_nlists.mcmcr <- function(x, ...) {
chk_identical(nchains(x), 1L)
x <- lapply(1:niters(x), FUN = subset_iteration_mcmcr, x)
x <- lapply(x, set_class, "nlist")
set_class(x, "nlists")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.