View source: R/plot_reliability.R
plot_reliability | R Documentation |
Plot sample coverage sampling distribution
plot_reliability( n, k, prox_lo, prox_hi, n_sim, seed, color_list = color_palette )
n |
Sample size. |
k |
Number of standard deviations from the mean to be used to calculate interval. |
prox_lo |
Lower proximity limit expressed as a proportion on the closed interval between 0 and 1. |
prox_hi |
Upper proximity limit expressed as a proportion on the closed interval between 0 and 1. |
n_sim |
Number of simulation iterations to generate coverage sampling distribution. |
seed |
Randomization seed. |
color_list |
List object of package colors for plotting. |
ggplot2 histogram with highlighted acceptable coverage region
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.