I am trying to output the growth parameters for each "class1213" into an output dataset. What syntax should I use? (The one I have here is not correct, apparently.)
random intercept time/subject=class1213 type=un solution;
ods output SolutionR=wanted_dataset;
run;
According to the documentation, this should be what you need. Beware that the standard errors are not the standard errors of the estimates, but are of the difference between the estimate and the random effect parameter(s).
Steve Denham
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.