Learn R Programming

proportion (version 2.0.0)

PlotpCOpBIAWD: Plots p-confidence and p-bias for adjusted Wald method

Description

Plots p-confidence and p-bias for adjusted Wald method

Usage

PlotpCOpBIAWD(n, alp, h)

Arguments

n
- Number of trials
alp
- Alpha value (significance level required)
h
- Adding factor

Details

p-confidence and p-bias plots for adjusted Wald method

See Also

Other p-confidence and p-bias of adjusted methods: PlotpCOpBIAAS, PlotpCOpBIAAll, PlotpCOpBIALR, PlotpCOpBIALT, PlotpCOpBIASC, PlotpCOpBIATW, pCOpBIAAS, pCOpBIAAll, pCOpBIALR, pCOpBIALT, pCOpBIASC, pCOpBIATW, pCOpBIAWD

Examples

Run this code
n=5; alp=0.05;h=2
PlotpCOpBIAWD(n,alp,h)

Run the code above in your browser using DataLab