Mean seperation procedures will not be carried out due to zero degrees of freedom for the specified error source. Using 9.4. Below is my setup in excel, attached is the sas output
| Diet | Span | |||||
| 1 | 3.0 | 3.4 | 2.6 | 2.9 | 2.4 | |
| 2 | 2.8 | 3.3 | 3.6 | 3.5 | 3.4 | |
| 3 | 3.6 | 3.9 | 4.1 | 3.8 | 4.0 | |
Proc GLM;
class diet;
model span=diet;
means diet/lsd;
run;
Do you only have a single record for each diet?
Or are all the values in the row, values for span? If you haven't transposed the data then SAS will not be using all the span values, only the first one.
Do you only have a single record for each diet?
Or are all the values in the row, values for span? If you haven't transposed the data then SAS will not be using all the span values, only the first one.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.