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
Missing deciles with Portfolio SortHi, I have the following problem. When using the fastxtile command to sort my values into deciles, …
Why does Stata allow a random effect without a level-1 effect?The command for an HLM model in Stata is: Code: mixed depvar indepvars . . . || levelvar: revars, …
Select US listed companies only (Compustat)Hi all, I would like to select only the firms (gvkey) in my dataset which are listed in the US (US …
egen newvar=group(varlist) does not generate a variable based on all unique combinations in the varlistI have been using egen newvar=group(varname1 varname2) for a while, with the understanding that newv…
Annualized Sharpe ratios and VolatilitiesGood morning, I have Monthly excess returns of two portfolios P1 and P8 over 29 years. For my maste…
Subscribe to:
Post Comments (Atom)
0 Response to f test following reghdfe for joint significance of individual fixed effects
Post a Comment