Dear statalist,
I am using ivreghdfe and want to know the regression in the first stage. However, stata shows that unable to store frist stage regression, code is as follows. Could someone help? Thanks a lot.
ivreghdfe net_revenue_log if_comment_lag overall_rating_lag (yelp_rating_if_comment_lag = other_bus_rating_if_comment_lag), first absorb(prov_id surveyyear) cl(prov_id)
(MWFE estimator converged in 2 iterations)
Unable to store first-stage regression of yelp_rating_if_comment_lag.
First-stage regressions
-----------------------
Unable to display all first-stage regressions.
There may be insufficient room to store results using -estimates store-,
or names of endogenous regressors may be too long to store the results.
Try dropping one or more estimation results using -estimates drop-,
using the -savefprefix- option, or using shorter variable names.
Related Posts with ivreghdfe cannot show first stage outcome
Adding fixed effects in esttab using estaddHi all, I've run a few regressions and am trying to add rows indicating the presence of fixed effec…
Using substring functions in Stata 16.1Dear Statalist, I have a string variable "comment" stored as "strL" that contains a mix of numbers…
How to replace any variable's value if meeting certain conditionDear Stata users, In the following data, I want to replace variables d2a1 d2a2 d2a3 to missing 'cau…
How to re-arrange my data?Dear Statalists, I'd like to rearrange my data in order to analyze it. Part of my dataset is: Co…
Why robust command in panel regression?!!Dear I want to know when and why I can use robust command in Stata for panel regression model?! …
Subscribe to:
Post Comments (Atom)
0 Response to ivreghdfe cannot show first stage outcome
Post a Comment