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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1731 views
  • 1 like
  • 2 in conversation