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!
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.