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

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

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