Hypergeometric p-value and Distribution Overlaid with Normal Distribution
Source:R/hypergeometric.R
iscamhypernorm.RdHypergeometric p-value and Distribution Overlaid with Normal Distribution
Arguments
- k
Number of successes of interest or difference in conditional proportions
- total
Total number of observations in the study
- succ
Overall number of successes
- n
Number of observations in group A
- lower.tail
Boolean for finding the probability above (FALSE) or below (TRUE) the inputted value (inclusive)
- verbose
Logical, defaults to
TRUE. Set toFALSEto suppress messages
