Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Output coefficients from PROC MIXED to SAS data set?

Status
Not open for further replies.

nateincr

Programmer
Mar 29, 2010
2
0
0
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!
 
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;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top