Learn R Programming

EMC2 (version 3.3.0)

plot_sbc_ecdf: Plot the ECDF Difference in SBC Ranks

Description

Plots the difference in observed cumulative rank statistics and the expected cumulative distribution of a uniform distribution. The blue shaded areas indicate the 95% credible interval.

Usage

plot_sbc_ecdf(ranks, layout = NA, add_stats = TRUE, main = "")

Value

No returns

Arguments

ranks

A list of named dataframes of the rank statistic

layout

Optional. A numeric vector specifying the layout using par(mfrow = layout)

add_stats

Boolean. Should coverage, bias and precision be included in the figure.

main

Optional. A character specifying plot title.