Design smarter surveys with cluster-aware precision tools. Test assumptions for ICC, response loss, and populations. Get defensible sample targets before launching expensive data collection.
| Scenario | Mode | Key Inputs | Design Effect | Completed Target | Planned Interviews | Clusters |
|---|---|---|---|---|---|---|
| National household survey | Proportion | 95%, p=50%, e=5%, m=20, ICC=0.02, N=10,000, nonresponse=10% | 1.38 | 503.44 | 560 | 28 |
| Community vaccination audit | Proportion | 95%, p=30%, e=4%, m=15, ICC=0.01, nonresponse=15% | 1.14 | 574.80 | 690 | 46 |
| Mean score benchmark study | Mean | 95%, SD=12, e=2, m=10, ICC=0.03, nonresponse=10% | 1.27 | 175.64 | 200 | 20 |
| School wellbeing survey | Proportion | 99%, p=40%, e=4%, m=25, ICC=0.02, N=8,000, nonresponse=12% | 1.48 | 828.93 | 950 | 38 |
The calculator begins with a simple-random-sample requirement, then inflates it for clustering, optionally applies finite population correction, and finally adjusts for nonresponse.
For proportions:
n_srs = (Z² × p × (1 - p)) / e²
For means:
n_srs = (Z² × σ²) / e²
Automatic design effect:
DEFF = 1 + (m - 1) × ICC
Cluster-adjusted completed sample:
n_cluster = n_srs × DEFF
Finite population correction:
n_fpc = n_cluster / [1 + ((n_cluster - 1) / N)]
Nonresponse adjustment:
n_planned = n_fpc / response_rate
Required clusters:
clusters = ceil(n_planned / m)
Where Z is the confidence multiplier, p is the expected proportion, σ is the standard deviation, e is the desired margin of error, m is average cluster size, and N is population size.
It is the number of interviews or observations needed when people are sampled in groups, such as schools, villages, or clinics. Because people within one cluster tend to be similar, the needed sample is usually larger than a simple random sample.
ICC measures how similar responses are inside the same cluster. A higher ICC means more overlap in information, which increases the design effect and raises the required sample size.
Use 50% when you do not have a reliable prior estimate. It gives the most conservative proportion-based sample size because p × (1 − p) is largest at 0.50.
Design effect compares the variance under clustered sampling with the variance under simple random sampling. A value of 1 means no inflation. Larger values mean you need more completed interviews.
Apply it when the target population is not very large and your sample is a noticeable share of that population. It often reduces the required completed sample.
Field plans usually need full clusters, not fractions of clusters. The calculator rounds up to the next whole cluster so your design can actually be implemented.
Completed sample is the number of usable responses needed for precision. Planned interviews are the larger fieldwork target after allowing for expected nonresponse and cluster rounding.
Yes. Use manual design effect when prior surveys, pilot studies, or technical guidelines already provide a defensible inflation factor. That can be more practical than estimating ICC directly.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.