Hi Everyone,
I am running following code:
xtset id month
eststo:xtreg rateofreturn_excess mkt_rf smb hml mom liq size age dum, fe vce(cluster id)
eststo:xtreg rateofreturn_excess mkt_rf smb hml mom dum portf_ret dum*portf_ret liq size age, fe vce(cluster id)
esttab using "TablesTable1.tex", booktabs label replace constant nodepvars not noobs star(* .1 ** .05 *** .01) nonotes b(2)
My problem is that I want to show 2 decimal points of coefficients except for "constant" and "dum". I want to show them in percentages. When I write b(2), it shows 2 decimal points but I can not specify specific coefficient formats.
I would appreciate any suggestion on this. Thanks in advance.
Best,
Ulas
Related Posts with Estout - Showing Two Coefficients in Percentage
Replacing Missing with a Specific Numerical PatternHi all - A friend of mine has a long dataset that looks like the following. Essentially, she wants …
Invitation to attend Stata Courses June, 2019What is Stata? Stata is a powerful statistical software that enables users to analyze, manage, and p…
How can I put a vector variable into my regression?My OLS model is Pit = a + b1*stationit + b2*distanceit + b3*compnumit + r*Xi + s*Yi +eit Here Xi, …
Update to heatplot available from SSCAn update to the heatplot package is available from SSC. Type Code: . ssc install heatplot, replac…
Clarification on multiple mediation analysisHello, I am running a model where X is independent variable and Y is dependent, M1 and M2 are two me…
Subscribe to:
Post Comments (Atom)
0 Response to Estout - Showing Two Coefficients in Percentage
Post a Comment