1/43
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Simple Random Sample
Every individual has an equal chance at being chosen
Every set of n individuals has an equal chance at being chosen
Stratified Random Sample
Population is divided into homogeneous groups called strata and then stratified random samples are pulled from each stratum.
Systematic Random Sample
Select sample by following a systematic approach; randomly select where to begin between 1 and n, and then survey every nth person after that.
Cluster Random Sample
Randomly pick a location and sample all from those locations.
Multistage Sample
Any combination of different sampling techniques; select successively smaller groups within the population in stages.
Simple Random Sample Hat Method
Put the names of all [population] on slips of paper and put them in a large hat and mix the names.
Randomly choose [sample size] without replacement.
Survey those [sample size] [population unit].
Simple Random Sample RNG Method
Number all [population] [range of population size]
Use a random number generator to select [sample size] unique numbers between [range of population size]
Survey the [sample size] [population unit] that correspond with those numbers
Systematic Random Sample RNG Method
Number all [population] [range of population size]
Use a random number generator to select a number between 1 and [population size/sample size]
Survey the person with the corresponding number
Survey every [population size/sample size]th [population unit] on the list after that
Cluster Random Sample Hat Method
The clusters will be [location units]
Put the names of all [# of locations] [location units] in a hat and mix
Select [population size/size in each location] [location names] from the hat without replacement and survey all [population units] in those [location units]
Stratified Random Sample Hat Method
Sort all [population units] into strata based on [characteristic]
Put names of al the [one of the characteristics] in one hat and mix
Select [sample size/ # of characteristics] names without replacement and survey those [population units]
Repeat the same process for the other [# of characteristics left] [characteristics]
Stratified Random Sample RNG Method
Sort all [population units] into strata based on [characteristic]
Number the [one of the characteristics] [population size/ # of characteristics]
Use a RNG to select [sample size/ # of characteristics] unique numbers from [range of population size] and survey the corresponding [population units]
Repeat the same process for the other [# of characteristics left] [characteristics]
Completely Randomized Design Hat Method
Number the [population units] [range of population size]
Put the numbers [range of population size] on pieces of paper and put them in a hat. Mix the numbers
Randomly select [population size/ # of treatments] [population units] without replacement. the [population size/ # of treatments] [population units] with the corresponding numbers will get treatment one
The next [population size/ # of treatments] drawn will get treatment two
The remaining [population units] will get treatment three
Measure the [response variable] for each [population unit] and compare treatments
Completely Randomized Design RNG Method
Number the [population units] [range of sample size]
Use a random number generator to select [sample size/ # of treatments] unique numbers between [range of sample size]. The corresponding [population units] get treatment one
Select [sample size/ # of treatments] more unique number with the RNG and those [population units] will get treatment two
The remaining [population units] will get treatment three
Measure the [response variable] for each [population unit] and compare treatments
Randomized Block Design Hat Method
Put the [population units] into blocks based on [characteristic]. The [lower half of sample size] will be in one block and the [upper half of sample size] will be in the second block
Number the treatments [range of # of treatments]. Put [half of sample size/ # of treatments] 1’s in a hat, [half of sample size/ # of treatments] 2’s in a hat, and [half of sample size/ # of treatments] 3’s in a hat. Mix the numbers
For each [population unit] in the [first characteristic] block select one slop of paper without replacement. That rabbit will get that treatment
Repeat that process for the [second characteristic] block
Compare the [response variable] within the blocks and then overall
Randomized Block Design RNG Method
Put the [population units] into blocks based on [characteristic]. The [upper half of sample size] will be in block one and the [lower half of sample size] will be in the second block
Number the [population units] in the [second characteristic] block [range of half of sample size]
Use RNG to pick [block size/ # of treatments] unique numbers from [range of half of sample size]. The corresponding [population units] get treatment one
Pick [block size/ # of treatments] more unique numbers from [range of half of sample size]. These corresponding [population units] get treatment two
The remaining [block size/ # of treatments] [population units] get treatment three
Repeat the process for the [other characteristic] block
Compare the [response variable] within the blocks and then overall