Difference between revisions of "Significance testing - Effective Base"

From mtab wikisupport
Jump to: navigation, search
(Created page with "When tstats are specified on weighted tables, Quantum calculates and uses the effective base in the calculation of the test statistics. The following explains why the effectiv...")
 
Line 1: Line 1:
When tstats are specified on weighted tables, Quantum calculates and uses the effective base in the calculation of the test statistics. The following explains why the effective base is used and how it is calculated.
+
Survey data is often weighted, at times to balance sampling bias (e.g. obtain a market-distribution representation of gender and age) and at other times weighting to obtain a representation of sales, population, etc.
  
Consider the case in which the data is weighted by sex (male and female), to adjust it to reflect the population being studied, because 30% women and 70% men were sampled when the actual population proportions are 52% women and 48% men.
+
Weighting actually inflates the "number of answers" per respondents, at times by a relatively large factor.  When performing significance testing, we ideally wish to utilize the weighted data to capture the intent of the weighting, however, as test testing is impacted by the scale of the weighted values, weighted significance testing can be impacted adversely by weighting, in particular in cases in which weights represent large factors, say x10 or x100 or more.
  
In this case, the weighting is actually inflating the answers for the women and deflating the answers for the men in order to match the population proportions. In other words, an answer from a woman will count as more than 1 on the tables, similarly, an answer from a man will count as less than 1, to be precise, every woman will count as 1.733 and every an as 0.686.
+
In these cases, the effective base calculation can remove the influence of the numerically large weighted values while capturing the intent of the weighting. Basically, effective base is used as a safeguard against making statistical conclusions from a sample that has been drastically adjusted (using weights) to match the population.
 +
The effective base is calculated using the following formula:
  
The effective base is used as a safeguard against making statistical conclusions from a sample that has been drastically adjusted (using weights) to match the population.
 
 
The effective base is calculated using the following formula,
 
  
 
effective base = (sum of weight factors) squared / sum of the squared weight factors.
 
effective base = (sum of weight factors) squared / sum of the squared weight factors.
Line 22: Line 20:
  
 
= 1600 / 49.2162 = 32.509
 
= 1600 / 49.2162 = 32.509
 
The effective base is a good criterion to judge how good the weighting is. If the weighting is inflating the answers from a particular group by a large factor, the effective base will end to be much smaller than the unweighted and weighted bases.
 
 
The closer the effective base is to the unweighted base, the better the weighting is.
 

Revision as of 14:08, 27 November 2013

Survey data is often weighted, at times to balance sampling bias (e.g. obtain a market-distribution representation of gender and age) and at other times weighting to obtain a representation of sales, population, etc.

Weighting actually inflates the "number of answers" per respondents, at times by a relatively large factor. When performing significance testing, we ideally wish to utilize the weighted data to capture the intent of the weighting, however, as test testing is impacted by the scale of the weighted values, weighted significance testing can be impacted adversely by weighting, in particular in cases in which weights represent large factors, say x10 or x100 or more.

In these cases, the effective base calculation can remove the influence of the numerically large weighted values while capturing the intent of the weighting. Basically, effective base is used as a safeguard against making statistical conclusions from a sample that has been drastically adjusted (using weights) to match the population. The effective base is calculated using the following formula:


effective base = (sum of weight factors) squared / sum of the squared weight factors.

If the data for a particular column is as follows

Total unweighted 40

Total weighted 40

and comes from 12 women and 28 men, then the effective base is

effective base = (12*1.733 + 28*0.686)**2 / (12*(1.733**2)+(28*(0.686)**2)

= 1600 / 49.2162 = 32.509