Skip to content

mcmc_rhat_data gets description column inverted #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
VeenDuco opened this issue Feb 27, 2019 · 0 comments
Closed

mcmc_rhat_data gets description column inverted #176

VeenDuco opened this issue Feb 27, 2019 · 0 comments
Assignees
Labels

Comments

@VeenDuco
Copy link

The rating column says low but the description says above 1.1:

sso <- shinystan::eight_schools
mcmc_rhat_data(sso@summary[, "Rhat"])
# A tibble: 11 x 5
   diagnostic parameter     value rating description 
   <chr>      <fct>         <dbl> <fct>  <chr>       
 1 rhat       theta[8]       1.00 low    hat(R) > 1.1
 2 rhat       theta[6]       1.00 low    hat(R) > 1.1
 3 rhat       mu             1.00 low    hat(R) > 1.1
 4 rhat       theta[3]       1.00 low    hat(R) > 1.1
 5 rhat       theta[1]       1.00 low    hat(R) > 1.1
 6 rhat       theta[4]       1.00 low    hat(R) > 1.1
 7 rhat       theta[5]       1.00 low    hat(R) > 1.1
 8 rhat       theta[2]       1.00 low    hat(R) > 1.1
 9 rhat       theta[7]       1.00 low    hat(R) > 1.1
10 rhat       tau            1.01 low    hat(R) > 1.1
11 rhat       log-posterior  1.02 low    hat(R) > 1.1
@jgabry jgabry added the bug label May 5, 2019
@jgabry jgabry closed this as completed in 1a9a1ef May 15, 2019
jgabry added a commit that referenced this issue May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants