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
Panel Data: Omitted Variables due to CollinearityHello everyone, referring to my current study mentioned here: https://www.statalist.org/forums/for..…
repeated time values within panelDear All, I have a panel data set. I created both PANEL ID and Time ID. As required, the time ID's …
probing interactions in quadratic multiple regressionI am trying to probe interactions between my predictor (X) and moderator (Z) in stata. where X has a…
Help regarding the stata codingI need your help regarding the code for multilevel modelling that I am referring to but it is not ru…
Loading Data from ODBC Data source in a loopDear Stata Forum, I have encountered this problem yesterday and I could not figure out how to do i…
Subscribe to:
Post Comments (Atom)
0 Response to f test following reghdfe for joint significance of individual fixed effects
Post a Comment