BookmarkSubscribeRSS Feed
FI
Calcite | Level 5 FI
Calcite | Level 5

 

Hi,

 

I am trying to run an ANCOVA test. here I have one continuous variable (PreN). But SAS cannot estimate this effect on ANOVA table. It gives me 0 DF and non-estimated F and P values.

 

I used this model.

 

proc mixed data=mBiomMMMm plots=residualpanel;
class Year Trt Block Plot;
model BiomN = Trt Year Year*Trt PreN*Trt Block/ solution;
repeated Year / type = ar(1) subject = Plot(Trt);

lsmeans Trt / cl;

run;

 The continuous variable is in the interaction with a categorical variable (Trt).

What can do to fix this problem and get the estimated value of precipitation?

 

Please let me know if you know how I can fix this. I need the answer very soon.

 

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 0 replies
  • 1522 views
  • 0 likes
  • 1 in conversation