Demonstrate the possibility of repeats when sampling with replacement.
Mention that:
- SWOR and SWR are almost identical when the sample size is much smaller than the population size since there is little chance of repeats. Simulate with n=5 to show that repeats are rare.
- SWOR is preferred over SRW when both are possible — simulate with sample size of 40 to show better coverage of the population.