Comparing columns -> Grouping

Rijnsent

Well-known Member
Joined
Oct 17, 2005
Messages
1,391
Office Version
  1. 365
Platform
  1. Windows
Hi there,
I've built a Chi square test and a column proportion test in Excel and am now trying to build a grouping of the results. I've started off with this example:
https://www.ibm.com/support/knowled...ig_tests_colprop_ex.html#sig_tests_colprop_ex

The data:
ROWABCDE
full time57.8%15.5%66.1%62.4%59.1%
part time10.3%7.1%7.8%9.7%15.4%
temp not1.7%0.7%2.0%1.1%1.7%
unempl1.0%1.1%2.2%0.0%4.8%
retired12.5%53.0%11.9%6.5%2.6%
school0.7%0.4%1.6%2.2%9.0%
house14.9%19.4%5.6%14.0%5.3%
other1.2%2.8%2.7%4.3%2.1%
100.0%100.0%100.0%100.0%100.0%
NR_TOT134528344693663
From that I can calculate the significantly different columns, to get to the first result (as a table). I get this by a massive table to calculate for every pair (e.g. full time - A vs B (57.8% vs 15.5%)) whether the difference is significantly bigger. I concatenate the results of that table, so I get (which matches the second table of the table in the link):
ROWABCDE
full timeBABBB
part timeABC
temp not
unemplAB
retiredEACDEE
schoolABC
houseCECECE
other
For the (first) full time row: the value AB implies that C is significantly bigger than both A and B. Also, the B in column A implies that A is significantly bigger than B. From that, you can basically make a couple of groups that are internally not significanlty different: Group "B" (smallest) - group "ADE" (bigger) - group "CDE" (biggest). This is shown in the last table (small letters from the SPSS link), but how do I calculate the individual cell values? My sample file is here (desired outcome starts in Q105) https://www.dropbox.com/s/ey0ivf2owqpzqns/chi_bonf_col_tests.xlsx?dl=0:
ROWABCDE
full timeabcacac
part timeaaaabb
temp notaaaaa
unemplaaabb
retiredabaacc
schoolaaaaba
houseaabab
otheraaaaa
Thanks in advance for any pointers!
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,214,645
Messages
6,120,711
Members
448,984
Latest member
foxpro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top