Dear all,
I am estimating an equation of the form: xtreg y x1 i.year#x1 i.year, fe cluster(country)
Where years are 2002, 2003, 2004, 2005
In the latex output table I want to show the sum of the coefficients of i.year#x1 + x1. To calculate the total, I use:
lincom 2002.year#x1 + x1
lincom 2003.year#x1 + x1
lincom 2004.year#x1 + x1
lincom 2005.year#x1 + x1
Is there any way that I can create a table showing the resulting coefficients from the lincom calculations including the statistical significance? I have tried with estadd / esttab but have not managed so far.
Thank you very much!
Joan
Related Posts with Adding sum of coefficients to output table
Too many observations for gen id = _nI am using a very large dataset and this technique for generating a unique id for each observation d…
Autocorrelation and ARCH/GARCHHi, I have times series of a stock return, and I want to detect if there is any effect on the month…
Looping through Stata datasets applying the same processing codeHello, I have a large dataset that I have split into 10 chunks, I have written some code to loop th…
cluster robust hausman test for multiway clusteringDear all, I was looking to run a generalized hausman test for panel models with cluster-robust stan…
generate all Root MSE from regressionHey there, I have run 722 regressions with my data set for each firm year by using: bysort variable…
Subscribe to:
Post Comments (Atom)
0 Response to Adding sum of coefficients to output table
Post a Comment