Description Usage Arguments Details See Also Examples
View source: R/423.p-Confidence_p-Bias_GENERAL.R
Plots p-Confidence and p-Bias estimation for general method
1 | PlotpCOpBIGEN(n, LL, UL)
|
n |
- Number of trials |
LL |
- Lower limit |
UL |
- Upper limit |
Plot of the general method - intervals obtained from any method using p-confidence and p-bias for the n + 1 intervals
Other General methods for p-Confidence and p-Bias: pCOpBIGEN
1 2 3 4 | LL=c(0,0.01,0.0734,0.18237,0.3344,0.5492) #Lower and Upper Limits
UL=c(0.4507,0.6655,0.8176,0.9265,0.9899,1)
n=5;
PlotpCOpBIGEN(n,LL,UL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.