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

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

PlotpCOpBIGENR Documentation

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

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)

RajeswaranV/proportion documentation built on June 17, 2022, 9:11 a.m.