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.

 

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register 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
  • 1120 views
  • 0 likes
  • 1 in conversation