PlotpCOpBIAAll: Plots p-confidence and p-bias for a given n and alpha level...

Description Usage Arguments Details See Also Examples

View source: R/412.p-Confidence_p-Bias_ADJ_All_Graph.R

Description

Plots p-confidence and p-bias for a given n and alpha level for 6 adjusted methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)

Usage

1
PlotpCOpBIAAll(n, alp, h)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

h

- Adding factor

Details

Plots of p-confidence and p-bias for 6 adjusted methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)

See Also

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

Examples

1
2
3
4
5
## Not run: 
n=5; alp=0.05;h=2
PlotpCOpBIAAll(n,alp,h)

## End(Not run)

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