BookmarkSubscribeRSS Feed
aarony
Obsidian | Level 7

hi i am running the following regressions. the observations are in daily level.

 

i want to obtain r-squared for  each company at the year month level.

 

for the below survey reg,

proc survery reg data=c2; by ticker year month; model retrf=mktrf smb hml umd;

ods output parameterestimates=r1; run;

 

i am not sure where to put the r-square command to get the r-square for EACH firm at the YEAR MONTH level.

 

thank you in advance

1 REPLY 1
PGStats
Opal | Level 21

Add

 

FitStatistics=f1

 

to your ODS OUTPUT statement.

PG

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 Update

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 897 views
  • 0 likes
  • 2 in conversation