We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The rating column says low but the description says above 1.1:
rating
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
The text was updated successfully, but these errors were encountered:
1a9a1ef
Add test for #176
58e3618
jgabry
No branches or pull requests
The
rating
column says low but the description says above 1.1:The text was updated successfully, but these errors were encountered: