Just checking that I'm thinking about this right...
I have the number of units sold for 3 years by season:
Spring 3000
Summer 3500
Autumn 4000
Winter 5500
If I run a chi-square test of independence with:
alpha = 0.05, and expected value for each cell = 4000,
I would find the number of units sold to not be independent of season.
Now I want to look at a specific location A where the units were sold. Which is the correct approach? Or does it depend on the question asked?
a) For this particular location, are the sales independent of season?
A chi-square test of independence on this subset of data. For example:
Spring 275
Summer 325
Autumn 425
Winter 575
(expected value for each cell = 400)
OR
b) Is this location's season-dependence of sales significantly different from those of other locations?
Chi-square test with a contingency table:
Row1: location A, Spring 275, Summer 325, Autumn 425, Winter 575
Row2: location not(A), Spring 2725, Summer 3175, Autumn 3575, Winter 4925
But then I'd want to test this for several locations and so repeat a or b for each.
Am I missing something? I know that subtle things lurk in the land of stats.
I have the number of units sold for 3 years by season:
Spring 3000
Summer 3500
Autumn 4000
Winter 5500
If I run a chi-square test of independence with:
alpha = 0.05, and expected value for each cell = 4000,
I would find the number of units sold to not be independent of season.
Now I want to look at a specific location A where the units were sold. Which is the correct approach? Or does it depend on the question asked?
a) For this particular location, are the sales independent of season?
A chi-square test of independence on this subset of data. For example:
Spring 275
Summer 325
Autumn 425
Winter 575
(expected value for each cell = 400)
OR
b) Is this location's season-dependence of sales significantly different from those of other locations?
Chi-square test with a contingency table:
Row1: location A, Spring 275, Summer 325, Autumn 425, Winter 575
Row2: location not(A), Spring 2725, Summer 3175, Autumn 3575, Winter 4925
But then I'd want to test this for several locations and so repeat a or b for each.
Am I missing something? I know that subtle things lurk in the land of stats.
Last edited: