1.2 Random Sampling Flashcards
What would we want from random sampling
Each thing in our sampling frame to have an equal chance of being chosen, in order to avoid bias
3 types of random sampling
- Simple random sampling
- Systematic sampling
- Stratified sampling
Method of simple random sampling
- To carry out a simple sample, size n, from a population size N, firstly, we need a sampling frame
- Each item is assigned a different number from 1 to N. Use a random number generator to select ānā unique numbers
- Choose the items corresponding to these numbers to form the sample
Advantages of simple random sampling
- Avoids bias as each sampling unit has a known equal chance of being selected
- Easy and cheap to implement for a small population and samples
Disadvantages of simple random sampling
- Not suitable when population size is large
- A sampling frame is needed
- Sample may not accurately reflect the population (could by chance be all girls, eg in bluebook)
Full marks layout of simple random sampling question
- Using the [list, eg register] as a sample frame, assign the [items] a number from [1 to (total number of items)]
- Use a random number generator to get [whatever sample asked for in Q] unique numbers
- Choose the [items] corresponding to those numbers to form the sample
What is systematic sampling
In systematic sampling, the required elements are chosen at regular intervals from an ordered list
Method of systematic sampling
To carry out systematic sampling (size n, from population size N) again you need a sampling frame.
- Each item is assigned a different number from 1 to N. Starting at a random item (number chosen by random number generator) between 1 and k (k=pop size, N/samp size, n). Take every kth element to from the sample
eg Q in bluebooks
Advantages of systematic sampling
- Simple & quick to use
- Suitable for large samples & populations
Disadvantages of systematic sampling
- Can introduce bias if sampling frame is small & not random as patterns can be picked up in the data
- A sampling frame is needed
Full marks layout of systematic sampling questions
- Using the [list] as a sample frame, assign each name a number from 1 to [total pop]
- total pop size/sample size asked for = k
- Use a random number generator to obtain a number between 1 and k. Starting with that number , select every kth name to form the sample
What is stratified sampling
Population is divided into groups (strata) & a simple random sample is carried out in each group
Method of stratified sampling
- To carry out a stratified sample (size n from population size N) we need a sampling frame and distinct strata. The same proportion n/N is to be sampled from each strata
- Within each strata, each item is assigned a different number & a random number generator is used to select the number of unique numbers required
- Choose the items corresponding to these numbers to form the sample
Advantages of stratified sampling
- Sample reflects population structure
- Guarentees proportional representation of groups within population
Disadvantages of stratified sampling
- Sampling frame is needed & population must be clearly classified into distinct strata
- Selection within each stratum suffers from same disadvantages as simple random sampling