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

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!

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