ods output LSMeans=LSM;
PROC MIXED data=adpro3 noclprint;
CLASS trtn monthn usubjid;
MODEL aval = base trtn monthn trtn*monthn /ddfm=kr s;
repeated monthn / subject = usubjid type = un;
lsmeans trtn*monthn / slice= monthn pdiff cl;
RUN;
But in the log the following warning information appeared:
unable to make hessian positive definite.
What's wrong with my coding? What is repeated measure analysis?
Please help. Thank you!
http://www.theanalysisfactor.com/wacky-hessian-matrix/
Thank you for the detailed explanation! It is so clear, logic and helpful! Thank you!
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
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.