# NOT RUN {
library(dplyr)
library(ggplot2)
data.frame(prior = "lkjcorr_marginal(2, 3)") %>%
parse_dist(prior) %>%
ggplot(aes(y = prior, dist = .dist, args = .args)) +
stat_dist_halfeyeh() +
xlim(-1, 1) +
xlab("Marginal correlation for LKJ(3) prior on 2x2 correlation matrix")
# }
Run the code above in your browser using DataLab