| plot_sbc_ecdf | R Documentation |
Plots F_hat(z) - z where F_hat is the empirical CDF of the (normalized) ranks and z is the Uniform(0,1) CDF. The shaded band is the simultaneous (1 - gamma) envelope for F_hat(z) - z.
plot_sbc_ecdf(ranks, layout = NA, add_stats = TRUE, main = NULL, K = 500)
ranks |
A list of named dataframes of the rank statistic (raw or normalized) |
layout |
Optional. A numeric vector specifying the layout using |
add_stats |
Boolean. Should coverage, bias and precision be included in the figure. |
main |
Optional. A character specifying plot title. |
K |
Optional. Effective sample size of the MCMC that produced the ranks. |
No returns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.