Comprehensive Guide to Random and Non-Random Sampling Methods
Fundamentals of Random Sampling
- Purpose of Random Sampling:
- Sampling non-randomly or restrictively leads to severe sample bias. For instance, sampling exclusively from a single group (e.g., Republicans) leaves other segments of the population (e.g., Democrats and Independents) completely unrepresented.
- Random sampling ensures that every subgroup in a population has a known, non-zero chance of inclusion, producing a sample that is representative of the entire population rather than just a specific subgroup of interest.
- Definition of Random Sampling:
- Random sampling is the formal process of using chance to select individuals from a target population to be included in a sample.
- The Four Probability Sampling Methods:
- Simple Random Sampling
- Systematic Sampling
- Stratified Sampling
- Cluster Sampling
- Mnemonic Note: Three methods start with the letter 'S' (Simple Random, Systematic, Stratified), and one starts with the letter 'C' (Cluster).
Simple Random Sampling
Definition & Ideal Conditions:
- Simple random sampling is a foundational sampling technique where every possible sample of a given size has an equal chance of being selected from a population of size .
- It is best used when a complete frame—a master list of every individual in the population—is available prior to sampling.
Example 1: Concert Ticket Selection
- Scenario: Sophia has tickets to a concert. Six of her friends—Yolanda, Michael, Kevin, Marissa, Annie, and Katie—express interest in attending. Sophia decides to randomly select of her friends to join her.
- Population Size ():
- Sample Size ():
- Sampling Without Replacement: Once an individual is selected, they cannot be selected again.
- Total Sample Combinations: Out of individuals, there are exactly distinct ways (combinations) to select people randomly.
- Probability Calculation:
- Each unique subset of friends has an equal likelihood of selection.
- The probability of selecting any specific group of (such as Michael, Kevin, and Marissa) is:
- Implementation: Using a random number generator that yields an integer between and , Sophia maps each integer to one of the unique combinations to decide the final group.
Example 2: Denise and Associates Accounting Firm Survey
- Scenario: Denise and Associates wants to evaluate client satisfaction by taking a simple random sample of clients from their total population of clients.
- Population Frame ():
- Client 1
- Client 2
- …
- Client 14: John's Baylor
- Client 17: Moe's Exterminating
- Client 21: R and Q Realty
- Client 25: Thor's Robert DBS
- Client 30: Worldwide Wireless
TI-84 Calculator Procedure for Simple Random Sampling:
- Step 1: Setting the Seed
- A random number seed is a starting whole number chosen arbitrarily (e.g., ) required by pseudo-random number generators to initialize the algorithm.
- Key Sequence:
- Enter the chosen seed number (e.g., ).
- Press the
STO>button (located directly above theONbutton). - Press
MATH-> navigate right to thePRB(Probability) menu. - Select
1: randand pressENTERtwice.
- Step 2: Generating Unique Random Integers
- Key Sequence (TI-84 Plus / OS with
randIntNoRep):- Press
MATH-> navigate right toPRB. - Scroll down to
8: randIntNoRepand pressENTER. - Set
lower: - Set
upper: - Set
n: - Select
Pasteand pressENTERtwice.
- Press
- Alternative Key Sequence (Older TI-84 models without
randIntNoRep):- Press
MATH-> navigate right toPRB. - Select
5: randInt(. - Input syntax:
randInt(1, 30). - Press
ENTERrepeatedly times, ignoring duplicate numbers until unique values are obtained.
- Press
- Key Sequence (TI-84 Plus / OS with
- Calculator Sample Result (Seed ):
- Generated integers:
- Corresponding Selected Clients:
- : R and Q Realty
- : Moe's Exterminating
- : Thor's Robert DBS
- : Worldwide Wireless
- : John's Baylor
- Step 1: Setting the Seed
Alternative Digital Tool: Random.org
Random.orguses atmospheric noise to generate true random numbers.- Procedure:
- Navigate to
Random.organd select the Integer Set Generator. - Set configuration: set of unique integers ranging from to
- Optional formatting: Sort results in ascending order, separated by commas.
- Click Get Sets to yield the simple random sample.
- Navigate to
Stratified Sampling
Definition & Process:
- A stratified sample is obtained by separating the entire population into non-overlapping, mutually exclusive groups called strata (singular: stratum), and then obtaining a simple random sample from each stratum.
- Individuals within each stratum must share specific characteristics (e.g., residency status, political party affiliation).
- No single individual in the population can belong to more than one stratum.
Example 3: DePaul University Campus Safety Survey
- Population Size (): individuals across the entire university community.
- Strata Identification & Proportions:
- Resident Students: individuals ( of total population)
- Non-Resident Students: individuals ( of total population)
- Staff Members: individuals ( of total population)
- Target Sample Size (): individuals.
- Proportional Sample Allocation:
- To ensure proportional representation matching the population structure:
- Resident Students: Select individuals via simple random sampling from the residents.
- Non-Resident Students: Select individuals via simple random sampling from the non-residents.
- Staff Members: Select individuals via simple random sampling from the staff.
- Total Sample Size:
- To ensure proportional representation matching the population structure:
Theoretical Model: National Political Parties
- Target Population: Everyone in America.
- Strata: Republicans, Democrats, Independents.
- Execution: Non-overlapping groups are formed based on political affiliation. A separate simple random sample is conducted within each of the three strata to compile the full sample.
Systematic Sampling
Definition & Use Case:
- A systematic sample is obtained by selecting every \text{-th} individual from the population.
- Systematic sampling is particularly useful when a frame (a full list of the population) is impossible or impractical to construct (e.g., surveying all shoppers leaving a store or all residents of a nation).
Procedure:
- Determine the desired sample size .
- Determine or approximate the population size (if known), or set a constant sampling interval
- Randomly select a starting integer between and
- The sample will consist of the following sequence of individuals:
Example 4: Kroger Food Store Customer Satisfaction
- Goal: Obtain a sample of customers.
- Problem: Constructing a complete frame of every customer who enters Kroger is impossible.
- Systematic Scheme: Survey every \text{-th} customer () exiting the store.
- Random Seed/Start: Randomly pick a starting number between and , yielding
- Selected Customer Sequence:
- \text{st} selected customer: \text{th} customer
- \text{nd} selected customer: \text{th} customer
- \text{rd} selected customer: \text{th} customer
- Final (\text{th}) selected customer: \text{th} customer
- Validity: The process remains random and free from selection bias because the starting point is chosen randomly and human selection bias is eliminated by mathematical rule.
Cluster Sampling
Definition & Process:
- A cluster sample is obtained by selecting all individuals within a randomly selected collection or subset of groups (clusters).
- Step 1: Divide the target population into naturally occurring or defined groups called clusters.
- Step 2: Obtain a simple random sample of the clusters themselves.
- Step 3: Survey/interview every single individual contained inside the selected clusters.
Comparison: Stratified Sampling vs. Cluster Sampling:
- Stratified Sampling: Divide population into groups -> Sample some individuals from all groups.
- Cluster Sampling: Divide population into groups -> Sample all individuals from some groups.
Example 5: Boston Household Income Survey
- Target Population: Households within the city of Boston.
- Clusters: City blocks (Total blocks ).
- Target Cluster Sample Size: clusters (city blocks).
- Procedure:
- Number all city blocks sequentially from to
- Use a simple random sample generator to pick block numbers between and
- Survey every household located on those selected city blocks.
- Primary Advantage: Drastically reduces field travel time, logistical complexity, and research expenditure compared to simple random sampling or stratified sampling across an expansive geographical city.
Example 6: Ball State University (BSU) Major-Based Clusters
- Target Population: All students at Ball State University.
- Clusters: Academic majors (e.g., Biology, Mathematics, Chemistry, Exercise Physiology, Fine Arts, etc.).
- Procedure:
- Treat each academic major as a distinct cluster.
- Select a simple random sample of majors (e.g., randomly selecting Chemistry and Exercise Physiology).
- Survey every single student enrolled within those selected majors.
Pitfalls and Limitations of Cluster Sampling:
- Selection Bias / Cluster Homogeneity: Clusters may not be representative of the broader population structure.
- Illustration: If only Chemistry and Exercise Physiology majors are chosen, the survey completely misses the perspectives of Fine Arts or Mathematics students (e.g., evaluations of specific faculty members, course workload experiences, or preference traits). If those two sampled clusters happen to share atypical traits, those traits will be heavily over-represented, distorting overall population estimates.
Non-Random Sampling Methods: Convenience Sampling
- Definition:
- Convenience sampling is a non-probability sampling technique where subjects are selected based on immediate availability, physical accessibility, or voluntary participation, rather than random chance.
- Example 7: Sports Podcast Listener Survey
- Scenario: A podcast host discussing sports requests that listeners voluntarily visit a website to complete an opinion survey.
- Methodological Flaw:
- Self-Selection Bias: The sample consists exclusively of individuals who already listen to that specific podcast, possess an active interest in sports, and are sufficiently motivated to fill out an unpaid voluntary survey.
- Underrepresentation: Excludes all individuals in the general public who do not listen to the podcast or do not care about sports.
- Conclusion on Sampling Validity:
- Convenience samples yield biased estimates and cannot be generalized to broader populations.
- Probability/random sampling methods (Simple Random, Systematic, Stratified, Cluster) are essential for valid statistical inference.
Questions & Discussion
- Question: How do we categorize a sampling strategy where the population is split into groups like resident students, non-resident students, and staff before drawing samples?
- Response: This is stratified sampling. The total population is partitioned into non-overlapping groups (strata), and simple random sampling is executed inside each individual group proportional to its size.
- Question: What should be done on a TI-84 calculator if the menu option
randIntNoRepis missing?- Response: On older calculator models, use the standard command
randInt(lower, upper)located underMATH->PRB->5: randInt(. Execute the command repeatedly to generate individual random numbers, manually discarding and skipping any duplicate numbers until the required sample size is reached.
- Response: On older calculator models, use the standard command
- Question: What is the critical risk when using academic majors as clusters in cluster sampling?
- Response: The primary risk is that individual clusters are often internally homogeneous and may fail to reflect the diversity of unselected groups. For example, Chemistry majors might have vastly different course requirements, professor evaluations, or preferences compared to Fine Arts majors. Sampling only a few clusters risks severe over-representation of those specific majors' traits while entirely omitting other demographic groups.
- Question: Why are voluntary online podcast surveys considered invalid for making general claims?
- Response: They rely on convenience sampling. Participation is self-selected by motivated listeners interested in that specific topic (e.g., sports), leaving non-listeners and non-sports fans completely unrepresented.