Learn R Programming

proportion (version 2.0.0)

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

Description

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

Usage

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

Run this code
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)

Run the code above in your browser using DataLab