Learn R Programming

SciencesPo (version 1.3.9)

linearReplicatedSampling: Replicated-Systematic Random Sampling

Description

Replicated-Systematic Random Sampling.

Usage

linearReplicatedSampling(N = 500, n = 30, g = 6)

Arguments

N
The population size.
n
The sample size.
g
Number of independent sub-samples, each containing m = n/g units. Notice that m has to be a multiple of n and g.

Examples

Run this code
linearReplicatedSampling(500, 30, 6)

Run the code above in your browser using DataLab