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

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

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