Summaries of Grid Questions (Number - Grid and Pick Any - Grid)

From Q
Jump to navigation Jump to search

This page describes how to read tables where either a Number - Grid or Pick Any - Grid question has been selected in the Blue Drop-down Menu and SUMMARY has been selected in the Brown Drop-down Menu.

The table below shows that Brand 2 has a higher score for Attribute A then it has for Attribute B. However, the arrows show that 6.1 is significantly lower, which seems counter-intuitive. However, there are two key things to appreciate about this table:

  • It is a very unusual table. That is, it is not a crosstab of two separate questions. Instead, each cell in the table constitutes a separate variable.
  • Most of the time the obvious patterns in tables like this are uninteresting. Note that Brand 1 has higher scores on both attributes than Brand 2. Also note that Attribute A has higher scores for both brands than Attribute B. If the testing simply compared differences within the rows or the columns, the resulting statistical testing would, in most instances, be uninteresting. Consequently, Q’s automatic significance testing focuses on looking for more interesting patterns than obtained just by comparing rows or comparing columns.

SmallNumberGrid.png

A standard analysis approach for grids of this type is to standardize the table, removing row effects (i.e., situations where one brand is consistently higher than the other) and column effects. In the context of categorical data, this sometimes referred to as chi-square residual analysis or chi-square standardization. The approach that Q uses for dealing with Pick Any - Grids is both different to the approach used for Number - Grids and is also different to standard practice.

Number - Grid

The way that Q has computed the 6.1 as being significantly high in the example above (upward arrow) is:

  • It has computed an expected average for Attribute A > Brand 2 of 6.4. It has done this by multiplying the row SUM by the column SUM and dividing by the overall SUM (i.e., 6.4 = 11.6 * 15.2 / 27.6).
  • It has then conducted a statistical test comparing the observed average of 6.1 with the expected average of 6.4, and concluded that the observed value is significantly beneath the expected value at the 0.05 level of significance.

Now for a more intuitive explanation. Notice that all Attribute 1 scores are greater than the Attribute 2 scores. For brand 1, the difference is 2.2. For brand 2, the difference is 0.7. So, the average difference is 1.4. And, thus the difference of 0.7 is below the average difference and as this difference is statistically significant, it is marked with a downward arrow.

Pick Any - Grid

PickAnyGridExpected.PNG

The standard practice approach to computing expected values on a Pick Any - Grid is to employ the method described for Number - Grid. This standard practice is derived from the mechanics of the chi-squared test of independence. However, this test explicitly assumes that the row and column categories are mutually exclusive (i.e., are Pick One questions), and this assumption is always violated with Pick Any - Grid data, as Pick Any - Grid categories are, by definition, not mutually exclusive. For example, looking at the table above, we can see that 65% of people said that Coke was Older, and 38% said that Pepsi was Older, but the NET is 74% and thus 29% must have said that both Coke and Pepsi were older (i.e., and thus they are not mutually exclusive).

To reduce the effects of this problem, Q computes the expected values using a a log-linear model, with main effects for rows and columns. That is:

  • A binary logit model is estimated.
  • The table is flattened and stacked. In the example above, which has 30 cells, this means that the resulting model is estimated using 60 observations (i.e., two for each cell in the matrix, where one cell corresponds to people that selected the option and the other to those that did not).
  • A frequency weight is employed, whereby:
    • The weight is the proportion of observations multiplied by an estimate of the median effective sample size for the entire table. In the example above, Coke and Feminine thus has a weight of 6%*327 = 21 for the cell representing people that selected Coke as Feminine and 306 for those that did not.
    • In cells containing NETs, the weights are further multiplied by 0.01 to limit the potential bias of including such cells in the analysis. Note that while in a Number - Grid it is appropriate to exclude such cells as they contain no additional information (i.e., are just the sum of the other results), in a Pick Any - Grid these cells do contain information that cannot be ascertained from the other cells on the table.

Comments about expected values on grid questions

  1. As best as we can determine, the question of how to compute expected values on grid questions has never been discussed in the sensible sections of the academic literature (i.e., where discussions do appear, they are demonstrations of the standard approach and do not contain any discussion of the issue of the violation of assumptions caused by the structure of Pick Any - Grid data).
  2. We have evaluated our approaches on many examples and they seem to both generally work and, in the case of the Pick Any - Grid approach, out-perform the standard method; our internal testing has not identified any instances where there are large differences between the conclusions derived from our approach and from the traditional approach.
  3. The approaches employed by Q are entirely ad hoc. Neither approach can be proved to optimal.

Alternative approaches to computing statistical significance on grids

You can get Q to do paired tests comparing the actual values in the columns directly. There are two different ways of doing this: