mann_grubbs_sum {serieslcb} | R Documentation |
Function to calculate the restricted sum in the Mann-Grubbs method.
Description
Calculate the restricted sum in the Mann-Grubbs method.
Usage
mann_grubbs_sum(s, n)
Arguments
s |
Vector of successes. |
n |
Vector of sample sizes. |
Value
The restricted sum.
[Package serieslcb version 0.4.0 Index]