PlotcovpAS: Plots Coverage Probability for base ArcSine method

View source: R/202.CoverageProb_BASE_All_Graph.R

PlotcovpASR Documentation

Plots Coverage Probability for base ArcSine method

Description

Plots Coverage Probability for base ArcSine method

Usage

PlotcovpAS(n, alp, a, b, t1, t2)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

a

- Beta parameters for hypo "p"

b

- Beta parameters for hypo "p"

t1

- Lower tolerance limit to check the spread of coverage Probability

t2

- Upper tolerance limit to check the spread of coverage Probability

Details

Plots Coverage Probability for base ArcSine method

See Also

Other Basic coverage probability methods: PlotcovpAll(), PlotcovpBA(), PlotcovpEX(), PlotcovpLR(), PlotcovpLT(), PlotcovpSC(), PlotcovpTW(), PlotcovpWD(), covpAS(), covpAll(), covpBA(), covpEX(), covpLR(), covpLT(), covpSC(), covpTW(), covpWD()

Examples

## Not run: 
n= 10; alp=0.05; a=1; b=1; t1=0.93; t2=0.97
PlotcovpAS(n,alp,a,b,t1,t2)

## End(Not run)

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