powered by
mcmc.list
Convert a rater_fit object to a coda mcmc.list object.
as_mcmc.list(fit)
A coda mcmc.list object.
A rater_fit object.
# \donttest{ # Fit a model using MCMC (the default). mcmc_fit <- rater(anesthesia, "dawid_skene") # Convert it to an mcmc.list rater_mcmc_list <- as_mcmc.list(mcmc_fit) # }
Run the code above in your browser using DataLab