Dear Ben,
I don't think that the problem was the blank. Could pelase have a look
below?
****************************
clear
use "http://www.indiana.edu/~jslsoc/stata/spex_data/ordwarm2.dta", clear
rename male y
rename age x2
rename white x3
rename prst x4
global norm "x2 x4"
probit y $norm x3
mfx, varlist($norm)
eststo norm
mfx, varlist(x3)
eststo x3
estout norm using "C:\temp.txt", style(fixed) margin keep($norm)
cells(b(star(starlevels(* 0.10 ** 0.05 *** 0.001))) se(par)) /*
*/ replace notype eqlab(,none) mlab(,none) collab(dy/dx, lhs(Var))
posthead("")
estout x3 using "C:\temp.txt", style(fixed) margin keep(x3)
cells(b(starlevels(* 0.10 ** 0.05 *** 0.001)) se(par)) /*
*/ append notype eqlab(,none) mlab(,none) collab(,none)
type "C:\temp.txt"
***************************************
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Ben Jann
Sent: 14 June 2007 20:52
To: [email protected]
Subject: Re: st: Creating output table after -mfx-
Oh, and there should be a blank between *** and 0.001.
ben
On 6/14/07, Ben Jann <[email protected]> wrote:
> starlevels is specified outside the cells option:
>
> estout using temp.txt, style(fixed) margin keep(x2 x4)
> cells(b(star) se(par)) starlevels(* 0.10 ** 0.05 ***0.001)
>
> ben
>
> On 6/14/07, Mentzakis, Emmanouil <[email protected]> wrote:
> > Dear all,
> >
> > Could you tell me what exactly is wrong and I cannot specify the
> > significance stars a I want them?
> >
> > estout using temp.txt, style(fixed) margin keep(x2 x4)
> > cells(b(star(starlevels(* 0.10 ** 0.05 ***0.001))) se(par))
> >
> > Thank you
> > Manos
> >
> > *
> > * For searches and help try:
> > * http://www.stata.com/support/faqs/res/findit.html
> > * http://www.stata.com/support/statalist/faq
> > * http://www.ats.ucla.edu/stat/stata/
> >
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/