BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
shenflow
Obsidian | Level 7

I am estimating a two-way FE model as follows:

proc panel data = example;
id gvkey rankyear;
model y = readj_pl_vol readj_mi_vol
/ fixtwo noint hccme = 3 cluster;
run;
quit;

The output I get is as follows:

shenflow_0-1597415110575.png

 

Why do I get a coefficient estimate for the second variable, but no standard error?

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

Possibly scaling of the variables that causes arithmetic underflow

--
Paige Miller

View solution in original post

1 REPLY 1
PaigeMiller
Diamond | Level 26

Possibly scaling of the variables that causes arithmetic underflow

--
Paige Miller

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

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