powered by
The 1-alpha Clopper-Pearson type lower interval for the population number of hypergeometric distribution.
WhyperCI_N_lower(x, n, M, conf.level, details = FALSE)
a list which contains the confidence interval.
integer representing the number of white balls we observed when drawn without replacement from an urn which contains both black and white balls.
the number we drawn.
the number of the white balls.
the confidence level of confidence interval.
TRUE/FALSE, can be abbreviate. Default is FALSE. If choose TRUE, the confidence intervals for the whole sample space will be returned.
Konijn, H. S. (1973). Statistical Theory of Sample Survey Design and Analysis, Amsterdam: North-Holland.
WhyperCI_N_lower(0,50,800,0.95,details=TRUE) WhyperCI_N_lower(0,50,800,0.95)
Run the code above in your browser using DataLab