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:
Why do I get a coefficient estimate for the second variable, but no standard error?
Possibly scaling of the variables that causes arithmetic underflow
View solution in original post
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!
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.