PlotpCOpBIGEN: Plots p-Confidence and p-Bias estimation for general method

Description Usage Arguments Details See Also Examples

View source: R/423.p-Confidence_p-Bias_GENERAL.R

Description

Plots p-Confidence and p-Bias estimation for general method

Usage

1
PlotpCOpBIGEN(n, LL, UL)

Arguments

n

- Number of trials

LL

- Lower limit

UL

- Upper limit

Details

Plot of the general method - intervals obtained from any method using p-confidence and p-bias for the n + 1 intervals

See Also

Other General methods for p-Confidence and p-Bias: pCOpBIGEN

Examples

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)

proportion documentation built on May 1, 2019, 7:54 p.m.