Introduction
Sampling error (also known as the margin of error) is the error caused by observing a sample instead of the whole population (Groves 2009, 56). In election polls based on simple random sampling (SRS), the sampling error at the 5 percent significance level is calculated with this expression: and Var=p(1–p) where Var is the variance, n is the number of respondents, and p is the proportion favoring a candidate. When p is evaluated at 50 percent, this sampling error achieves the highest value at In practice, most polls are based on more complicated design than the SRS design (e.g., use of clusters, strata, multiple stages, and weights). Consequently, the calculation of the error has to take into account the sample design and is usually larger than the one with SRS.
This sampling error, either with SRS or with a more complicated design, is usually reported in election polls. However, it is unclear how this reported error together with the proportions favoring candidates can be used to assess the gap between any two candidates. The following is an excerpt from a report on a Gallup survey of Republican registered voters that appeared on the CNN website in December 2011[1]:
Gingrich now has the backing of 29% of Republican voters … Meanwhile, his closest competitor, Mitt Romney, has made modest gains in the last week, up to 24% … with a sampling error of plus or minus four percentage points.
In this excerpt, the gap between the two Republican candidates is 5 percentage points (=29 percent–24 percent) while the reported sampling error is 4 percentage points. Some people may come to a conclusion that this gap is statistically significant since it is larger than the error. By contrast, others may come to an opposite conclusion that this gap is not statistically significant since it is less than two times the error (2×4 %percent = 8 percent).[2] The latter conclusion is based on the overlap between the confidence intervals for the two candidates. The confidence interval, which is calculated by adding and subtracting the reported sampling error from the proportion favoring a candidate, ranges from 25 percent to 33 percent for Gingrich and from 20 percent to 28 percent for Romney, so there is an overlap from 25 percent to 28 percent between them.
The logic behind both of these conclusions is incorrect because the reported sampling error can only be used to compare one proportion favoring a candidate to a specific number. It cannot be used to compare one proportion to another proportion since both proportions have sampling variations. Note that the proportions favoring the two candidates are from the same sample and are highly correlated with each other. If the proportion favoring one candidate increases, the proportion favoring the other is likely to decrease.
In order to correctly assess the gap between two candidates, it is necessary to calculate the sampling error of the gap itself, and there are statistical textbooks that provide this kind of sampling error. For example, Daniels, McKean, and Kapenga (2001) offer this formula for the calculation: and where and are, respectively, the proportions of respondents favoring candidate 1 and candidate 2.[3] Unfortunately, this formula only applies to polls with SRS while most polls in practice are based on sampling that differs from SR and it is not clear from these books how to calculate the sampling error in this case.
This article presents a simple way to calculate this sampling error. In polls based on SRS, our calculation yields the same formula as the one presented in the textbooks. In polls with sample designs different from SRS, there is no simple formula and the calculation has to be performed with the help of a statistical software. In this case, we detail the calculation steps in STATA and SPSS programs.
Calcuation
Suppose we have a poll of three candidates. The respondents’ choices of the candidates are shown in the column 2 of Table 1. Assume that candidates 1 and 2 are the top two candidates, and we want to assess if there is any statistically significant gap between them. In order to calculate the sampling error for the gap, we add column 3 for candidate 1. The values in this column are 1 if respondents select him and 0 otherwise. In a similar way, we add column 4 for candidate 2. Finally, column 5 represents the difference between columns 3 and 4.
Since column 5 is the difference between the two candidates, the variance or standard error of this column can be used to derive the sampling error between the two candidates with this expression:
where Var is the variance of the last column. Most election polls employ a certain sample design that may include the use of clusters, stratification, multistage sampling, or combination of some or all of these designs. Also, these designs usually call for the use of sample weights to correct for probability of selection and non-response rate. In addition, they include post-stratification weights to adjust for some demographic characteristics.In any of these designs, the variance of the last column can be calculated with the help of statistical software packages such as STATA and SPSS (with the complex sample module). In these packages, one first needs to set up the sample design so that STATA or SPSS knows what kind of design is used in the poll. Then, one simply requests the variance of the last column. The following is an example of the calculation in STATA for an election poll based on the following sample design: the sample is stratified by region and then in each region cluster sampling is applied where cluster is the geographical area (e.g., village, district or county). The sample weight is calculated to account for selection probability and non-response. Using STATA, we can calculate the variance for the last column as follows:[4]
svyset area [pweight =weight], strata (region)
mean last_column
where area is the name of the cluster variable, weight is the name of the sample weight variable, region is the name of the stratum variable, and last_column is the variable name of the last column in Table 1.
In this example, the first command “ svyset ” is used to let STATA know the sample design used in the poll while the second command “ mean ” requests the standard error (which is [5] By comparing the gap between the two candidates to this sampling error, one can know if the gap is statistically significant or not. For example, in the excerpt from the CNN website, the gap between the two candidates is 5 percentage points. If the sampling error from our calculation is <5 percentage points, one can conclude that the gap between the two candidates is significant. By contrast, if the sampling error is more than 5 percentage points, one can arrive at the opposite conclusion.
of the last column. By multiplying this standard error with 1.96, we get the sampling error between the two candidates at the 5 percent significance level.In the case of SRS, it is not difficult to show that the variance of the last column in Table 1 is simply Daniels, McKean, and Kapenga 2001) for election polls with SRS design.[6] Since the last term is usually very small compared to the first two terms, this variance can be reduced to and so the sampling error can be derived with this expression: This is an interesting case since we can directly compare this sampling error to the commonly reported one. If we choose to compare two top candidates in the poll then is likely >25 percent. Also, is always <1 since even in polls with only two candidates, some respondents would select “undecided.” Therefore, our sampling error in SRS is likely to range from to The lower bound is the reported (maximum) sampling error while the upper bound is twice the reported error. That means conclusions based on comparing the gap between two candidates to the reported error or twice the reported error could be quite misleading.
which is also the formula mentioned above (inConclusion
This article presents a simple way to assess the gap between the two candidates in election polls. The assessment is based on calculating the sampling error for the gap between the two candidates, and the calculation can be used in polls based on any sampling design (either SRS or more complicated sampling). By comparing the gap between the two candidates to this sampling error, one can instantly know if one candidate is really ahead of the other.
http://politicalticker.blogs.cnn.com/2011/12/15/gallup-poll-unsteady-december-for-gop-field/. As you may know, Mitt Romney eventually won this race for the Republican nomination.
See http://blogs.wsj.com/numbersguy/whats-a-statistical-tie-anyway-234/.
This formula can be found at http://www.stat.wmich.edu/s160/book/node64.html.
STATA is able to understand most sampling designs used in practice including multistage sampling. The variance is calculated in STATA by one of the following methods: bootstrap, jackknife, brr (balanced repeated replication), SDR (successive difference replication), and Tailor linearized estimation. Interested readers can visit STATA help center for more information http://stata.com/links/.
For SPSS users, you first need to add the Complex Sample Module in order to correctly calculate the variance. Next, the sample design can be set up by selecting “Analyze\Complex Samples\Prepare for Analysis …” from the menus. Follow SPSS instructions to declare region as the stratum variable, area as the cluster variable, and weight as the sample weight variable. Finally, the standard error for the last column can be calculated by selecting “Analyze\Complex Samples\Descriptive …” from the menus.
To derive the variance of the last column in the SRS, we start with this standard formula:
where xi is the value in the last column of Table 1 and is the mean value of the last column. By looking at the last column, we can see that the first term in the variance is simply while the second term is So the variance is