BookmarkSubscribeRSS Feed
LEN1
Calcite | Level 5

Hi

 

May you please assist, from the below syntax for an augumented design

 

Proc glm;

Class blk X C;
Model NP NE MOI FW GW GLS PLS HM1 MSV GDS =  blk C X(C);
RANDOM BLK/TEST;
lsMEANS C X(C)/STDERR;
RUN;
 
i am getting no-est for the LS mean
3 REPLIES 3
Ksharp
Super User

Try :

Model NP NE MOI FW GW GLS PLS HM1 MSV GDS =  blk C X(C) / solution ;

LEN1
Calcite | Level 5
Hi Esteemed

The output that came out has anova tables that do not have F-values and P>F. There is also no values for Coeff var and root MSE. For the estimates there are also no value for sterror, t Value and Pr >/t/. The LSmean is still Non-est. May you please assist again.
SteveDenham
Jade | Level 19

The non-estimability is almost certainly due to empty cells.  You are fitting C and X*C, and if every level of C is not "connected" for every level of X, then C cannot be estimated at the levels where connection doesn't happen.  See the documentation regarding estimable functions for more depth on this.  As a way to check this, add this statement to your GLM:

 

MEANS X(C);

 

and look for missing cells.

 

Steve Denham

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
  • 3 replies
  • 1316 views
  • 0 likes
  • 3 in conversation