BookmarkSubscribeRSS Feed
shreder9
Calcite | Level 5

Hello,

I would like to output the parameter estimates, p-values and R-Squared of a robust regression (mm-method) to a dataset. When using the OLS procedure, the statement 'tableout' usually sufficed. Unfortunately it does not work for 'Proc Robustreg'. What are the alternatives?

Thank you.

1 REPLY 1
PaigeMiller
Diamond | Level 26

@shreder9 wrote:

 

I would like to output the parameter estimates, p-values and R-Squared of a robust regression (mm-method) to a dataset. When using the OLS procedure, the statement 'tableout' usually sufficed. Unfortunately it does not work for 'Proc Robustreg'. What are the alternatives?


There is the OUTEST= option in PROC ROBUSTREG which contains the parameter estimates. Or you can use ODS OUTPUT to obtain information from the procedure, the full set of ODS output tables is given here.

--
Paige Miller

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 864 views
  • 2 likes
  • 2 in conversation