hyp.sample: PDF of Successes from Finite Population

View source: R/ch4-fn.R

hyp.sampleR Documentation

PDF of Successes from Finite Population

Description

Probability Distribution of the Number of Successes from Finite Population

Usage

hyp.sample(npop, ndef, nsamp, cex = 0.8, dig = 4)

Arguments

npop

Population size

ndef

Number of success items in the population

nsamp

Sample size

cex

Text size, Default: 0.8

dig

Number of digits below the decimal point, Default: 4

Value

the PDF

Examples

 hyp.sample(50, 8, 10)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.