iscam_hyperprob: iscam_hyperprob Function

Description Usage Arguments Examples

Description

This function calculates tail probabilities from the hypergeometric distribution.

Usage

1
iscam_hyperprob(k, total, succ, n, lower.tail)

Arguments

k

number of successes of interest (integer) 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

a Boolean for finding the probability above (FALSE) or below (TRUE) the inputted value (inclusive)

Examples

1
iscam_hyperprob(2, 52, 5, 13, lower.tail = FALSE)

apjacobson/iscam documentation built on May 6, 2019, 12:08 p.m.