Probability sampling: Each member of the population has a non-zero chance of being selected, with a known probability.
Non-probability sampling: Not every member has a known or equal chance of being selected.
Sampling involves selecting a subset (called a sample) from a population to make statistical inferences.
Population is the entire group that you want to generalize about.
A sample is the actual units chosen from the population for analysis.
Defining the target population.
Choosing a sampling frame.
Choosing a sample using a defined sampling technique (Bhattacherjee, 2012).
The target population can be a person, group, organization, country, object, or any entity for which inferences are drawn.
A sampling frame is a list from which the sample is drawn, containing the accessible section of the target population.
Probability sampling ensures that every unit in the population has a defined chance of being selected.
Population divided into clusters (e.g., geographical areas).
A random sample of clusters is selected, and all individuals within those clusters are surveyed.
Useful for large, spread-out populations.
The simplest and most generalizable probability sampling technique.
Allows all possible subsets of a population to have equal chances of selection.
Involves randomly selecting respondents from the sampling frame (e.g., fishbowl method).
The sampling frame is divided into homogeneous non-overlapping subgroups (strata).
A simple random sample is drawn from each subgroup, allowing for equal representation
The sampling frame is ordered and elements are selected at regular intervals (e.g., every 10th person).
With a list of 500 households, select every 10th household after randomly choosing a starting point.
Survey residents in 5 randomly selected neighborhoods from 20.
Use a generator to pick 100 unique numbers from a list of 1,000 employees, ensuring equal selection chances.
Survey 100 students from each year of a university, ensuring representation from freshmen, sophomores, juniors, and seniors.
Samples based on the availability of members (also known as grab sampling).
Samples chosen based on study goals or specific traits desired by the researcher.
Samples reflect the proportion of groups within the population.
Existing participants recruit new members for the study.
Used to calculate the minimum sample size for estimating a statistic with a specific margin of error.
Formula: n = N / (1 + Ne²)
n = Sample size needed
N = Population size
e = Acceptable margin of error
For a population of 1,000 with a 5% margin of error:
n = 1000 / (1 + (1000)*(0.05²)) = 286