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

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.

Latest Updates

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
  • 897 views
  • 2 likes
  • 2 in conversation