I Calculating Degrees of Freedom for Chi-Squared & P Value

lola2000
Messages
12
Reaction score
0
I am trying to understand how to decide the number of degrees of freedom when calculating a chi-squared and p value.

I have the data:

England:
people with no pets = 665
people with 1 pet = 976
people with 2+ pets = 913

Scotland
people with no pets = 313
people with 1 pet = 527
people with 2+ pets = 506

Wales
people with no pets =302
people with 1 pet = 440
people with 2+ pets = 358

I've calculated the expected frequency and therefore the (observed - expected)^2 / expected for each cell but I am stuck with degrees of freedom

One thing I've found says dof = (rows-1 ) * (col -1 ) which would = 2 * 2 = 4
another thing says dof = number of cells - number of restrictions = 9 - 2 = 7
where number of restrictions is number of things you are categorising by

can someone clarify this please!
 
Physics news on Phys.org
Both methods are correct and give the same answer, which is 4.
To apply the 'number of restrictions' method we need to count the restrictions carefully. There are five restrictions, being:
  • items in column 1 must add to column total 1
  • items in column 2 must add to column total 2
  • items in column 3 must add to column total 3
  • items in row 1 must add to row total 1
  • items in row 2 must add to row total 2
We don't need a restriction on row 3 because it is already implied by the five restrictions above, as
total row 3 = tot col 1 + tot col 2 + tot col 3 - tot row 1 - tot row 2

I suggest sticking with the (r-1) x (c-1) mnemonic, as it's easier to remember.
 
Thanks so much for the help. I see where I went wrong with the number of restrictions now
 
Similar question but how would this hold true for a situation where you have a random number generator producing numbers between 0 and 9 and you are counting their frequency? So you would have a table of one row and 10 columns.

Degrees of freedom is 9?
 
lola2000 said:
Similar question but how would this hold true for a situation where you have a random number generator producing numbers between 0 and 9 and you are counting their frequency? So you would have a table of one row and 10 columns.

Degrees of freedom is 9?
Yes.
 
Hey lola2000.

The degrees of freedom is a function of the number of independent parameters in the model in addition to how many independent observations exist within the sample.

If you can understand this then you will be able to get an arbitrary value for the degrees of freedom of any statistic.

You use D = I - P where I is the number of independent sample points and P is the number of independent parameters being assessed.

Different test statistics use different rules to get it but the idea above is central to that of all statistics.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top