I have a continuous response variable (Average) and a categorical predictor (Treatment) with labels 1 through 14 indicating the 14 levels. I have set the Treatment variable as ordinal, and was able to use the fit model function to obtain the least squares means table and least square means plot. However, I am unable to figure out how to obtain a table for a type 3 test of fixed effects. Specifically I am looking for a table with the column names:
Source Nparm DF DFDen F Ratio Prob > F
I believe it is called a Fixed Effect Tests table. If anybody knows how to obtain this, please let me know!