Hey there,
I need your help with the replication of a Regression and the command estadd.
The problem ist, I don't know how to use it.
For my regression I already got:
eststo multinationals: cluster2 Cta UTB fycetr fytax fcons nol lofi nwcap lev EBITDA mtbr size dipa capex acqi atcf rd industry* if mne==1, fcluster(gvkey) tcluster(fyear)
eststo domestics: cluster2 Cta UTB fycetr fytax fcons nol lofi nwcap lev EBITDA mtbr size dipa capex acqi atcf rd industry* if mne==0, fcluster(gvkey) tcluster(fyear)
esttab model1 multinationals domestics using table4_complete.html, replace label ///
mtitle("Full Sample" "Multinationals" "Domestics") nonumbers ///
mgroup ("Dependent Variable = Cash-to-Assets") nonumbers ///
title("Table 4: The effect of tax uncertainty on cash holdings") ar2 indicate(fixed effects= industry*) b(3) compress nonotes
the fixed effects arn't complete yet.
and know I would like to add some more information, like the sum of the firms (already gen), the sum of observations, the clustering, fixed effects and r2.
The scheme should look like that in the end: Array
I hope you can help me!
Related Posts with Use estadd
Combining Two Similar Variables To be in one rowHi All, I have the following 2 variables that serve the same purpose and I'm trying to generate one…
The "replace" option to the table command in Stata 16 is on longer available in Stata17; is there an alternative in Stata 17?In Stata 16 you could code: table ..., replace to replace the data in memory with the results produc…
Reshape numerous variablesI have a vector of numerous variables (>100) that I need to reshape. Basically the format of the …
Stratified sample with probability proportional to sizeWe have a total of 908 communities (each community has a number of households) which are located in …
quarterly returnsHi To calculate quarterly index returns from monthly index returns starting from the first month o…
Subscribe to:
Post Comments (Atom)
0 Response to Use estadd
Post a Comment