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

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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