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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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