if (FALSE) {
fit <- clm_stan(rating ~ temp, data = wine)
plot(fit) # trace plots
plot(fit, type = "dens") # density plots
plot(fit, type = "intervals") # credible intervals
plot(fit, type = "acf") # autocorrelation plots
plot(fit, pars = "beta") # only beta parameters
}
Run the code above in your browser using DataLab