Hi all,
I'd like to run a f-test to test joint significance of each fixed effects. For example, I'd like to obtain f-test stats for GVKEY effect and FYEAR effect separately when I run the following regression:
reghdfe coverage size BTM , cluster(gvkey fyear) absorb(gvkey fyear)
However, while reghdfe reports F-stats for overall effects, it does not report f-stats for gvkey/ fyear.
I saw this related post:https://www.statalist.org/forums/for...mating-reghdfe where they suggest to use older version of reghdfe. However, whenever I run :
reghdfe coverage size BTM , cluster(gvkey fyear) absorb(gvkey fyear) old
stata reports the following error:
(running historical version of reghdfe)
map_init_keepsingletons(): 3499 assert_msg() not found
<istmt>: - function returned error
r(3499);
so that i couldn't proceed.
Could someone give me any suggestions? I've searched for long but couldn't find an answer. Thanks very much!
Related Posts with f test following reghdfe for joint significance of individual fixed effects
Understanding the coefficients when the first category is dropped for multicollinearity but they are NOT dummy variables.I am running the following fixed effects regression xtreg recycling loginc logpopden age1120 age213…
Convert xy coordinate in meters to degrees in StataDear Statalisters, I am trying to convert coordinates in meters to xy latitude and longitude in Sta…
Using probability weights given by datasetI am currently trying to carry out the Mundlak approach to NELS:88-92 dataset. I was wondering if so…
Drop variables based on observations Code: +----------------------------------------------------------+ | A B …
Bivariate probit modelHi, I am estimating a bivariate probit model on the joint decision for a mother to participate in t…
Subscribe to:
Post Comments (Atom)
0 Response to f test following reghdfe for joint significance of individual fixed effects
Post a Comment