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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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