mann_grubbs_calc: Function to calculate the LCB in the Mann-Grubbs method.

Description Usage Arguments Value

View source: R/functions.R

Description

Calculate the LCB in the Mann-Grubbs method.

Usage

1
mann_grubbs_calc(s, n, A, alpha)

Arguments

s

Vector of successes.

n

Vector of sample sizes.

A

The restricted sum, as caclulated by the mann_grubbs_sum() function.

alpha

The significance level; to calculate a 100(1-α)% lower confidence bound.

Value

The LCB for the Mann-Grubbs method.


serieslcb documentation built on July 9, 2019, 9:03 a.m.