Learn R Programming

EMC2 (version 3.1.0)

plot_sbc_hist: Plot the Histogram of the Observed Rank Statistics of SBC

Description

Note that this plot is dependent on the number of bins, and a more general visualization is to use plot_sbc_ecdf

Usage

plot_sbc_hist(ranks, bins = 10, layout = NA)

Value

No returns

Arguments

ranks

A list of named dataframes of the rank statistic

bins

An integer specifying the number of bins to use when plotting the histogram

layout

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