ci_plot | R Documentation |
ci_plot() creates a plot showing the cumulative distribution function(s) for the sampling distribution(s) of the chosen statistic, evaluated at the interval bound(s). The horizontal dashed line(s) show(s) the assumed quantile(s) (e.g., 0.95 for a 95% lower-bound), while the vertical dashed line shows the statistic value.
ci_plot(cdfinv.out, ...)
cdfinv.out |
output list from cdfinv() |
... |
those additional arguments that were passed to cdfinv() |
None
Peter E. Freeman, pfreeman@cmu.edu
ci_plot(cdfinv("norm","mean",2.5,sd=3),sd=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.