mann_grubbs_calc function

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

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

Calculate the LCB in the Mann-Grubbs method.

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-α\alpha)% lower confidence bound.

Returns

The LCB for the Mann-Grubbs method.

  • Maintainer: Edward Schuberg
  • License: GPL-3
  • Last published: 2019-07-09

Useful links