BookmarkSubscribeRSS Feed
Amalik
Calcite | Level 5

Hi,

 

I want to perform two-way fixed effects (fund and time fixed effects).I am using the following code

 

ods exclude all;
proc glm data= final;
absorb PERMNO;
class year;
      model car=te te2 turn lnsize exp d year / solution noint;
ods output ParameterEstimates=results;   
run;
ods exclude none;

Although, I am getting the answers, but just want a reassurance if I am using the correct code.

2 REPLIES 2
PGStats
Opal | Level 21

Neither fund or time are present in your model. So, no, this is not a two-way fixed effects model with fund and time as the fixed effects.

PG
Amalik
Calcite | Level 5

Sorry, with fund and time I mean year and permno

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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