Learn R Programming

proportion (version 2.0.0)

PlotciAAllxg: Plots the CI estimation of 6 adjusted methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) grouped by x value

Description

Plots the CI estimation of 6 adjusted methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) grouped by x value

Usage

PlotciAAllxg(x, n, alp, h)

Arguments

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

Details

The plots of confidence intervals of using 6 adjusted methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) grouped by x for n given alp, x and h

Examples

Run this code
x=5; n=5; alp=0.5;h=2
PlotciAAllxg(x,n,alp,h)

Run the code above in your browser using DataLab