lengthGEN: Calculates the sum of lengths for a specific LL and UL

View source: R/328.Sum_Leng_GENERAL_SIM.R

lengthGENR Documentation

Calculates the sum of lengths for a specific LL and UL

Description

Calculates the sum of lengths for a specific LL and UL

Usage

lengthGEN(n, LL, UL, hp)

Arguments

n

- Number of trials

LL

- Lower limit

UL

- Upper limit

hp

- Hypothetical "p"

Details

Evaluation of intervals obtained from any method using sum of the lengths for the n + 1 intervals

Value

A dataframe with

sumLen

The sum of the expected length

explMean

The mean of the expected length

explSD

The Standard Deviation of the expected length

explMax

The max of the expected length

explLL

The Lower limit of the expected length calculated using mean - SD

explUL

The Upper limit of the expected length calculated using mean + SD

See Also

Other Expected length: PlotexplGEN(), PlotexplSIM(), PlotlengthGEN(), PlotlengthSIM(), 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)
lengthGEN(n,LL,UL,hp)

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