BookmarkSubscribeRSS Feed
rachelm22
Fluorite | Level 6

This is my code:

proc glm data = WORK.RANDOMISED;
class Breed treatment;
model perecentfall= Breed treatment perecentfall;
means Breed treatment / lsd;
run;

This is the only message in the log window:

339  proc glm data = WORK.RANDOMISED;
340  class Breed treatment;
341  model perecentfall= Breed treatment perecentfall;
342  means Breed treatment / lines lsd;
343  run;

NOTE: Means from the MEANS statement are not adjusted for other terms in the model.  For adjusted
      means, use the LSMEANS statement.

This is my out put 

sas help.PNG

Does anyone have any idea as to why this is? or if this is in fact fine?

1 REPLY 1
StatDave
SAS Super FREQ

It's because the Error estimate is zero, probably because you are using the response variable as a predictor of itself.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is ANOVA?

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.

Discussion stats
  • 1 reply
  • 2096 views
  • 1 like
  • 2 in conversation