PlotexplGEN: Plot the expected length given hypothetical "p"

View source: R/327.Expec_Leng_GENERAL_GIVENp.R

PlotexplGENR Documentation

Plot the expected length given hypothetical "p"

Description

Plot the expected length given hypothetical "p"

Usage

PlotexplGEN(n, LL, UL, hp)

Arguments

n

- Number of trials

LL

- Lower limit

UL

- Upper limit

hp

- Hypothetical "p"

Details

The plot of the expected length for n given lower limit LL and upper limit UL

See Also

Other Expected length: PlotexplSIM(), PlotlengthGEN(), PlotlengthSIM(), lengthGEN(), lengthSIM()

Examples

n= 5;
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)
hp=seq(0,1,by=0.01)
PlotexplGEN(n,LL,UL,hp)

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