Description Usage Arguments Value References Examples
Confidence functions a single binomial proportion based on the mid P-value.
1 | prop.conf.1s(x, n, plot = TRUE, conf.level = 0.95)
|
x |
the number of successes out of n trials |
n |
the number of trials |
plot |
whether to plot the confidence density and curve |
conf.level |
the confidence level for the confidence interval indicated on the confidence curve |
A list containing the confidence functions pconf, dconf, cconf, and qconf for a single proportion, as well as the P-curve and S-curve.
Tore Schweder and Nils Lid Hjort. Confidence, likelihood, probability. Vol. 41. Cambridge University Press, 2016.
Jan Hannig. "On generalized fiducial inference." Statistica Sinica (2009): 491-544.
1 | prop.conf.1s(x = 0, n = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.