Skip to content

Instantly share code, notes, and snippets.

@JakeJing
Created August 10, 2021 08:49
Show Gist options
  • Save JakeJing/82258abf2bf58f0510ffe1ef2b69e723 to your computer and use it in GitHub Desktop.
Save JakeJing/82258abf2bf58f0510ffe1ef2b69e723 to your computer and use it in GitHub Desktop.
fit_lkj_corr = sampling(stan_lkj_corr, data=data_lkj_corr,
chains = 4, iter = 2000, cores = 4)
print(fit_lkj_corr)
# mean se_mean sd 2.5% 25% 50% 75% 97.5% n_eff Rhat
#eta 1.48 0.01 0.18 1.15 1.36 1.47 1.60 1.87 1263 1
#lp__ -65.07 0.02 0.73 -67.08 -65.21 -64.78 -64.61 -64.56 1664 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment