Hi Statalisters,
I'm trying to create a table of my regression output with stars. The default stars are not what I would like to use and instead I want to set mine at: ( * 0.10 ** 0.05 *** 0.010) for the respective p values.
This is what I'm using but I keep getting an "invalid syntax" error.
estout OLS_pol OLS_econ OLS_inst, cells(b(star fmt(7) label(Coef.)) se(par fmt(2) label(std.errors)))
label star( * 0.10 ** 0.05 *** 0.010) label stats(N r2 bic, labels ("No. of Obs."
"R-Squared" "IC" ) fmt(3 0 1))
I have tried "starlevels" many times and stata gives me an "unrecognized command" error.
estout OLS_pol OLS_econ OLS_inst, cells(b(star fmt(7) label(Coef.)) se(par fmt(2) label(std.errors)))
starlevels( * 0.10 ** 0.05 *** 0.010) stats(N r2 bic, labels ("No. of Obs."
"R-Squared" "IC" ) fmt(3 0 1))
Please help!
Thank you,
Gina
I'm trying to create a table of my regression output with stars. The default stars are not what I would like to use and instead I want to set mine at: ( * 0.10 ** 0.05 *** 0.010) for the respective p values.
This is what I'm using but I keep getting an "invalid syntax" error.
estout OLS_pol OLS_econ OLS_inst, cells(b(star fmt(7) label(Coef.)) se(par fmt(2) label(std.errors)))
label star( * 0.10 ** 0.05 *** 0.010) label stats(N r2 bic, labels ("No. of Obs."
"R-Squared" "IC" ) fmt(3 0 1))
I have tried "starlevels" many times and stata gives me an "unrecognized command" error.
estout OLS_pol OLS_econ OLS_inst, cells(b(star fmt(7) label(Coef.)) se(par fmt(2) label(std.errors)))
starlevels( * 0.10 ** 0.05 *** 0.010) stats(N r2 bic, labels ("No. of Obs."
"R-Squared" "IC" ) fmt(3 0 1))
Please help!
Thank you,
Gina
Comment