Hello,
I 'll try to be as clear as possible, because even in my head it's not very clear.
So, I performed a Proc GLM on a few categorical variables. What I'm looking to know is :
For the modality X1 (so when this modality is observed), what is the the sum of squares of the error.
In other words, i'd like to have ∑ ( y – estimated(y) ), for each time a modality is observed.
On the output of the proc glm, i have "Type Error" for each modality but i don't know what it corresponds...
Any advice ?
Thank you !
Sum of squares of the errors is defined only for the entire model. This is not a quantity that is computed (or defined) for an individual variable or level of a categorical variable.
Sum of squares of the errors is defined only for the entire model. This is not a quantity that is computed (or defined) for an individual variable or level of a categorical variable.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.