NSubpop: Calculates the new subpopulation due elements that not belong...

Description Usage Arguments Value Examples

View source: R/NSubpop.R

Description

This function returns the number of the new subpopulation.

Usage

1
NSubpop(N, n, p, z = 3)

Arguments

N

Population size.

n

Sample size.

p

Proportion or the number of elements that belong to the universe intended.

z

The z-value of α.

Value

The value (integer) of the new population (subpopulation) number.

Examples

1
2
NSubpop(45000,100,59)
NSubpop(45000,100,5)

cgu-dados/auditsampling documentation built on March 24, 2021, 9:38 a.m.