Hello,
I am using the fit model function to model a continuous variable with 6 different categorical effects. However the DF listed for the model is given as 8 instead of 6 and the parameter estimates is breaking two of these categorical variables into two categories each. Why are these two variables being broken up into two categories? Are the degrees of freedom correct? I have include photos of the fit model screen and the parameter estimates screen. Thank you!
Hi @JenniferB,
Welcome in the Community !
It may be a little more complex to answer you without full access on the data, but I will try my best with the informations provided by the screenshots. Please correct me if some of my assumptions about your dataset are wrong.
Let's see what's behind the degrees of freedom (DFs) calculated for your model:
Coming back to your topic, you seem to have the following factors in your model:
So the calculations in JMP are correct, you have in total 1+2+1+2+1+1 = 8 DFs used in your model, you had in your dataset 50 DFs available, so 42 DFs are left and used for error estimation, as seen in the "Analysis of Variance" panel.
I hope this answer will clarify the outputs you're seeing,
Hi @JenniferB,
Welcome in the Community !
It may be a little more complex to answer you without full access on the data, but I will try my best with the informations provided by the screenshots. Please correct me if some of my assumptions about your dataset are wrong.
Let's see what's behind the degrees of freedom (DFs) calculated for your model:
Coming back to your topic, you seem to have the following factors in your model:
So the calculations in JMP are correct, you have in total 1+2+1+2+1+1 = 8 DFs used in your model, you had in your dataset 50 DFs available, so 42 DFs are left and used for error estimation, as seen in the "Analysis of Variance" panel.
I hope this answer will clarify the outputs you're seeing,
Yes, that makes sense! Thank you for your help!
Jen
Just one possible clarification, if you have 50 total DF's, you must have 51 total observations.
Yes, I forgot to count 1 DF for the Intercept, good catch !