iscam_hypernorm: iscam_hypernorm Function

Description Usage Arguments Examples

Description

This function calculates tail probabilities from the hypergeometric distribution.

Usage

1
iscam_hypernorm(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_hypernorm(2, 52, 5, 26, lower.tail = TRUE)

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