توضیح 1
With replacement: a unit can be selected more than once.
Loading
درس 7 از 12
Compare simple random, systematic, stratified, and cluster sampling designs for finite populations.
Theory
Random sampling gives units a known selection process. Simple random sampling selects units directly. Systematic sampling uses a fixed interval after a start. Stratified sampling samples within important groups. Cluster sampling selects whole groups when individual selection is costly.
توضیح 1
With replacement: a unit can be selected more than once.
توضیح 2
Without replacement: each selected unit appears once.
توضیح 3
Finite population: the frame has a limited number of units.
فعالیت تعاملی
ارتباط با R
Practice sample(), replacement choices, and seq() on a student frame.
Live R Lab
Use set.seed(), sample(), replacement choices, and seq() to create reproducible samples from a frame.
Ready to run
ارتباط با R
Use dplyr group_by() and slice_sample() to sample within program groups.
Live R Lab
Use dplyr to sample within groups and compare sample composition with the full frame.
Ready to run
دستیار
Compare simple random, systematic, stratified, and cluster sampling for a scenario I describe, without giving quiz answers.
ارزیابی پایانی