Tips & Advice

Sampling Techniques for Student Research

By SchoolFinderPH TeamAugust 16, 202611 min read
Sampling Techniques for Student Research

TL;DR: Sampling has two families. Probability sampling (simple random, systematic, stratified, cluster) lets you generalise statistically; non-probability sampling (purposive, convenience, quota, snowball) does not, and pretending otherwise is what panels catch. For sample size, Slovin's formula is the Philippine default but is much narrower than modules suggest: published work in The Philippine Statistician found it applies only when estimating a proportion at 95 percent confidence, and works best when that proportion is near 0.5. Cochran's formula with a finite population correction is the more defensible route, and for a population of 380 the two land within a few respondents of each other anyway.

Sampling is where a lot of otherwise decent student research quietly breaks. The technique gets picked because it is the one the last batch used, the sample size gets computed with a formula nobody has examined, and the conclusions then claim more than the method can support. None of that is hard to fix, but it has to be fixed before data collection, because afterwards there is nothing to do about it.

DepEd's Practical Research 2 curriculum guide makes this an assessed competency in its own right: "describes sampling procedure and the sample" (CS_RS12-IIa-c-2), sitting between constructing the instrument and planning data collection. This guide covers the eight techniques you will realistically choose from, a worked stratified allocation, and an honest account of the sample size formula everyone uses.

Which subject is this for? Practical Research 1 and 2 are applied subjects of the 2016 K to 12 Senior High School curriculum, and that structure is being replaced. DepEd Order No. 017, s. 2026 institutionalises the Strengthened Senior High School Curriculum for Grade 11 from SY 2026-2027 and Grade 12 from SY 2027-2028, and its Annex A lists Research 1 and Research 2 as 80-hour Academic Track electives in the Field Experience cluster rather than applied subjects everyone takes. Grade 12 learners not enrolled in pilot schools continue under the 2016 curriculum for SY 2026-2027. The sampling logic below is unaffected. See our guide to the Strengthened SHS Curriculum.

Probability vs Non-Probability, in One Table

FamilyTechniqueHow selection worksCan you generalise statistically?
ProbabilitySimple randomEvery unit has an equal chance; draw by lottery or random numberYes
ProbabilitySystematicPick every kth unit from a list after a random startYes
ProbabilityStratifiedSplit into groups, then sample randomly within eachYes, and usually more precisely
ProbabilityClusterRandomly select whole intact groups, then study all or some units in themYes, with a wider margin of error
Non-probabilityPurposiveChosen deliberately because they meet criteriaNo
Non-probabilityConvenienceWhoever is available and willingNo
Non-probabilityQuotaFill fixed counts per category, non-randomlyNo
Non-probabilitySnowballExisting participants refer the next onesNo

The "can you generalise" column is the one that matters. A study using convenience sampling can still be good research; it simply cannot conclude that "Grade 11 students in Cebu City" do anything. It can conclude that its respondents did.

The Four Probability Techniques

Simple random sampling requires a complete list of the population, a sampling frame, and a genuine randomisation method. Drawing names from a bowl counts. Picking "randomly" as you walk around does not. Use it when the population is homogeneous and you have the list.

Systematic sampling divides the population size by the sample size to get an interval k, picks a random start between 1 and k, then takes every kth name. For a population of 500 and a sample of 100, k is 5: pick a random start between 1 and 5, then take every fifth name. It is faster than simple random sampling and just as defensible, unless the list has a hidden cycle, for example alternating male and female entries, that lines up with your interval. It also works poorly when the sampling fraction is very high, since k collapses towards 1 and you are effectively surveying everyone anyway.

Stratified random sampling splits the population into non-overlapping strata that matter to your question, then samples randomly within each. This is the workhorse for school-based research, because strand, grade level, section and campus are natural strata and you almost always want each represented.

Cluster sampling randomly selects intact groups, whole sections or whole schools, then studies units within them. Use it when a complete list of individuals does not exist but a list of groups does. The catch is that people within a cluster resemble each other, so a cluster sample of 200 carries less information than a simple random sample of 200.

The Four Non-Probability Techniques

Purposive sampling selects people deliberately because they meet criteria that make them informative. This is the correct and expected choice for most qualitative work, where the goal is depth rather than representativeness. Our guide to qualitative research designs covers how the design constrains who qualifies.

Convenience sampling takes whoever is reachable. It is extremely common in student research and perfectly publishable when labelled. Name it, and carry the limitation into Chapter 5.

Quota sampling fills predetermined counts per category, say 50 male and 50 female, without randomising within the category. It looks like stratified sampling and is not, because the selection inside each quota is not random.

Snowball sampling relies on referrals and exists for hard-to-reach populations where no list is possible. It is a legitimate technique with an obvious bias, since people refer people like themselves.

How Many Respondents? Start With Slovin, Then Check It

Slovin's formula is the Philippine default:

n = N / (1 + Ne²)

where N is the population size and e is the margin of error as a decimal. For a target population of 380 at a 5 percent margin of error:

n = 380 / (1 + 380 × 0.05²)
  = 380 / (1 + 380 × 0.0025)
  = 380 / 1.95
  = 194.87, rounded up to 195

Round up, always. A fraction of a respondent is not a thing, and rounding down shrinks your precision below what you claimed.

Now the part most modules skip. Tejada and Punzalan of the University of the Philippines Diliman published a careful examination of the formula in The Philippine Statistician in 2012. Their conclusion is direct: the formula "is applicable only when estimating a population proportion and when the confidence coefficient is 95%," and "it is optimal only when the population proportion is suspected to be close to 0.5." They add a detail worth knowing: from their literature review, "there does not seem to be a person named Slovin who put forward the formula," with Yamane (1967) the oldest reference in which it appears.

What that means in practice:

  • If your study estimates a proportion (what percentage of students do X) at 95 percent confidence, Slovin's formula is defensible.
  • If your study estimates a mean (average screen time in hours, average score), the formula was never derived for that case and you should use a mean-estimation formula instead.
  • If you want a confidence level other than 95 percent, the formula cannot express it. There is no place in n = N/(1 + Ne²) to put a z value.

The more defensible route is Cochran's formula, which Slovin's is a simplification of. Cochran's initial estimate is n₀ = z²pq / e². At 95 percent confidence (z = 1.96) with the most conservative proportion (p = q = 0.5) and a 5 percent margin of error:

n₀ = (1.96² × 0.5 × 0.5) / 0.05² = 0.9604 / 0.0025 = 384.16, so 385

Then apply the finite population correction for a population of 380:

n = n₀ / (1 + (n₀ - 1)/N) = 384.16 / (1 + 383.16/380) = 384.16 / 2.00832 = 191.3, so 192

Cochran gives 192 and Slovin gives 195. They nearly agree, and that is exactly the point: Slovin's formula is what Cochran's collapses to when you fix the confidence level at 95 percent and set p at 0.5. Inside those assumptions it is fine. Outside them it is a shortcut that no longer computes what you think it computes.

If your adviser requires Slovin's formula, use it and state the assumptions. Adding one sentence, "the formula assumes proportion estimation at 95 percent confidence with p = 0.5," is the difference between following a recipe and understanding a method.

Worked Example: Proportional Stratified Allocation

This example is illustrative, constructed for this guide. The school, the enrolment figures and the strand distribution are invented to show the arithmetic.

Illustrative situation: a study of Grade 11 students in one senior high school, target population 380, sample size 195 from the computation above, stratified by strand because the research question compares strands.

Proportional allocation gives each stratum a share of the sample equal to its share of the population: n per stratum = 195 × (stratum size / 380).

StratumPopulationComputationSample
STEM120195 × 120/380 = 61.5862
ABM90195 × 90/380 = 46.1846
HUMSS110195 × 110/380 = 56.4556
TVL60195 × 60/380 = 30.7931
Total380195

Two things to check every time. First, the stratum samples must add back to your total; rounding sometimes puts you one over or under, and you adjust the largest stratum to reconcile. Second, within each stratum you still draw at random. Allocating 62 slots to STEM and then handing questionnaires to the first 62 STEM students you meet turns a stratified design into a convenience sample with extra steps.

Matching Technique to Design

Your designUsual techniqueSample size justified by
Descriptive surveySimple random or stratifiedFormula, with margin of error stated
CorrelationalSimple random or stratifiedFormula, plus enough cases for the test
ComparativeStratified, by the comparison groupsFormula, with adequate cases per group
Quasi-experimentalIntact groups, so cluster or purposiveAvailable intact sections, stated as a limitation
Phenomenological, case study, grounded theoryPurposive, sometimes snowballData saturation, not a formula

Our guides to quantitative research designs and qualitative research designs cover the design half of that table in full.

Common Mistakes That Cost Marks

  • Calling convenience sampling random. The most common single error in student methodology sections.
  • Using Slovin's formula on a qualitative study. Saturation is the standard there; a formula signals the design was not understood.
  • Using Slovin's formula to estimate a mean. Outside its derivation, per Tejada and Punzalan (2012).
  • Reporting a sample size with no margin of error. The number 195 is meaningless without the 5 percent that produced it.
  • Stratifying, then not randomising within strata. Half a stratified design is not a stratified design.
  • Sampling from a frame that does not match the population you claim. If your list is one section's group chat, your population is that group chat.
  • Ignoring non-response. The sample you computed and the respondents you got are different numbers, and both belong in your write-up. See our guide to describing the respondents of the study.

Before You Collect Anything

  1. Write down the population and where the list comes from.
  2. Choose the technique from the design, not from the previous batch's thesis.
  3. Compute the size, state the margin of error and confidence level, and note the formula's assumptions.
  4. Decide the randomisation mechanism concretely: which app, which lottery, which interval and random start.
  5. Confirm the number of instruments you need to print matches your allocation table, then check it against your research questionnaire plan.
  6. Plan for non-response before it happens, and record distributed, returned and usable counts as you go.

Ready to find the right school? Browse schools or compare programs and reviews across hundreds of Philippine schools on SchoolFinderPH.

Disclaimer: departments differ on which sample size formula they accept and on how sampling must be documented. Confirm your own research manual's requirements before computing anything, and treat this guide as background rather than as your department's rule.

Sources

Frequently Asked Questions

What are the main sampling techniques in research?

They split into two families. Probability sampling, where every unit has a known non-zero chance of selection, covers simple random, systematic, stratified and cluster sampling. Non-probability sampling, where selection depends on judgement or availability, covers purposive, convenience, quota and snowball sampling. Only probability techniques support statistical generalisation to the population.

Is the Slovin formula acceptable in a thesis?

It is widely accepted in Philippine student research, but it is far narrower than most modules admit. Tejada and Punzalan (2012), writing in The Philippine Statistician, concluded that the formula "is applicable only when estimating a population proportion and when the confidence coefficient is 95%," and that it is optimal only when the population proportion is close to 0.5. If your study estimates a mean rather than a proportion, the formula does not apply.

How do I compute sample size using the Slovin formula?

The formula is n = N divided by (1 + Ne²), where N is the population size and e is the margin of error as a decimal. For a population of 380 at a 5 percent margin of error, n = 380 / (1 + 380 × 0.0025) = 380 / 1.95 = 194.87, rounded up to 195 respondents. Round up, never down, and state the margin of error you used.

What is stratified random sampling and when should I use it?

Stratified random sampling divides the population into non-overlapping groups, called strata, then draws a random sample from each. Use it when a grouping variable matters to your question, for example strand, grade level or campus, and you need each group represented in proportion to its actual size. It usually produces more precise estimates than simple random sampling for the same sample size.

How many participants does a qualitative study need?

No formula applies. Qualitative sample size is justified by data saturation, the point at which additional interviews stop producing new themes, and by the design itself. Applying Slovin's formula to a phenomenological study is a category error that panels notice immediately.

Is convenience sampling allowed in a thesis?

Yes, if you name it honestly and carry the consequence. Convenience sampling cannot support a claim that your findings represent the whole population, so your conclusions must be worded as applying to your respondents, and the limitation belongs in your scope and limitations section. The problem is never using convenience sampling; it is calling it random.

Who was Slovin?

Apparently nobody. Tejada and Punzalan (2012) reported that in their literature review they found no person named Slovin who put the formula forward, and that the oldest reference in which the formula appears is Yamane (1967). The name has stuck through decades of textbook repetition.