U1 - sampling methods Flashcards
simple random sampling definition
where every person or item in the population has an equal chance of being in the sample, and each selection is independent of the others
how to choose a simple random sample
- give a number to each population member, from a full list of the population
- generate a list of random numbers and match them to the numbered members to select your sample
advantage of simple random sampling (1)
- every member of the population has an equal chance of being selected, so it’s completely unbiased
disadvantage of simple random sampling (1)
- it may be inconvenient if the population is spread over a large area (might be difficult to track down selected members) e.g. in a nationwide sample
simple random sampling practice question:
A zoo has 80 cotton-top tamarins. Describe how the random-number table given could be used to select a sample of five of them, for a study on tail lengths.
8330, 3992, 1840, 0330, 1290, 3237, 9165, 4815, 0766
1) draw up a list of the 80 cotton-top tamarins, and give each tamarin a unique 2-digit number between 01 and 80
2) use the random-number table to choose five numbers. five random numbers can be chosen by reading off every two digits that give a number between 01 and 80.
e.g. the first five numbers are:
83 (cant use, its too big), 30, 39, 92 (cant use, its too big), 18, 40, 03
3) select the cotton-top numbers with the numbers 30, 39, 18, 40, and 03
systematic sampling definition
a type of probability sampling which selects every nth member from the population you’re investigating
how to choose a systematic sample
- number each member of the population from a full list
- calculate a regular interval to use by dividing the population size by the sample size
- generate a random starting point to choose the first member of your sample
- keep adding the interval to the starting point to select your sample
advantages of systematic sampling (2)
- it can be used for quality control on a production line - a machine can be set up to sample every nth item
- it should give an unbiased sample
disadvantage of systematic sampling (1)
- if the interval coincides with a pattern in the population, the sample could be biased
systematic sampling practice question:
50,000 fans attended a football match. Describe how systematic sampling could be used to select a sample of 100 people.
1) give each fan a 5-digit number between 00001 and 50000
2) 50,000 / 100 = 500, so select every 500th fan
3) use a calculator to randomly generate a starting point between 1 and 500
- – RanInt#(1,500)
4) keep adding 500 to the starting point to find the rest of the sample
- – e.g. if 239 is randomly generated, select the fans numbered: 00239, 00739, 01239, etc
stratified sampling definition
a type of probability sampling which involves dividing the entire population into homogeneous (similar) groups called strata. random samples are then selected from each stratum, in a number proportional to the population size
simpler explanation:: this uses the same proportion of each category in the sample as there is in the population
how to choose a stratified sample
- divide the population into categories
- calculate the number needed for each category in the sample using the formula:
(size of category in population / total size of population) x total sample size - randomly select the sample for each category
advantages of stratified sampling (3)
- if the categories are disjoint (i.e. there is no overlap), this should give a representative sample
- its useful when results may vary depending on categories
disadvantage of stratified sampling (1)
- the extra detail needed can make it expensive
stratified sampling practice question:
A teacher takes a sample of 20 pupils from her school, stratified by year group. The table below shows the number of pupils in each year group. Calculate how many pupils from each your group should be in her sample. Year 7 : 120 Year 8 : 80 Year 9 : 95 Year 10 : 63 Year 11 : 42
1) find the number needed for each category, rounding to the nearest whole number
2) calculate the total population
— 120 + 80 + 95 + 63 + 42 = 400
3) calculate the number needed for each category by using the formula
— divide the size of the category in the population (i.e. the number of pupils in the year group) by the total size of the population (400) and then multiply by the total sample size (20)
4) year 7 : 120/400 x 20 = 6
year 8 : 80/400 x 20 = 4
year 9 : 95/400 x 20 = 4.75 (round to 5)
year 10 : 63/400 x 20 = 3.15 (round to 3)
year 11 : 42/400 x 20 = 2.1 (round to 2)
5) check that 6+4+5+3+2 = 20
quota sampling definition
a type of non-probability sampling (where elements from the population are chosen on a non-random basis) and all members of the population do not have an equal chance of being selected to be a part of the sample group.
extra info:: often used in market research. the interviewer will be given a quota of people in each category to interview (e.g. 20 women and 20 women). they then choose people to interview until the quotas are fulfilled
how to choose a quota sample
- divide the population into categories
- give each category a quote (number of members to sample)
- collect data until the quotas are met in all categories (without using random sampling)