ci_plot {cdfinv} | R Documentation |
Plotting of confidence intervals derived via CDF inversion
Description
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.
Usage
ci_plot(cdfinv.out, ...)
Arguments
cdfinv.out |
output list from cdfinv() |
... |
those additional arguments that were passed to cdfinv() |
Value
None
Author(s)
Peter E. Freeman, pfreeman@cmu.edu
Examples
ci_plot(cdfinv("norm","mean",2.5,sd=3),sd=3)
[Package cdfinv version 0.1.0 Index]