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

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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