Mar 29, 2010 #1 nateincr Programmer Joined Mar 29, 2010 Messages 2 Location US In PROC REG you can use the OUTEST option, but is there any simple way to do this extremely basic thing in PROC MIXED? Thank you very much!
In PROC REG you can use the OUTEST option, but is there any simple way to do this extremely basic thing in PROC MIXED? Thank you very much!
Mar 30, 2010 Thread starter #2 nateincr Programmer Joined Mar 29, 2010 Messages 2 Location US I called SAS and they answered the question: the trick is to add this line to the PROC MIXED: ods output solutionf = coeff_var_name; Upvote 0 Downvote
I called SAS and they answered the question: the trick is to add this line to the PROC MIXED: ods output solutionf = coeff_var_name;