After using it repeatedly now, I can appreciate the power of return list and
ereturn.
Thanks for your help.
----- Original Message -----
From: "Nick Cox" <[email protected]>
To: <[email protected]>
Sent: Monday, May 17, 2004 2:44 PM
Subject: RE: st: Descriptive statistics as scalars
> One of the main roles of -return list- is to save
> your fingers leaving the keyboard.
>
> In the manual, however, each command entry lists
> such returned results. Thus [R] summarize
> lists them on p.153.
>
> Nick
> [email protected]
>
> Subhankar Nayak
>
> > I was not aware of the "return list" function.
> > I believe that will help me to capture the regression
> > coefficients as well.
> >
> Oleg Badunenko
> >
> > > this might help:
> > >
> > > . summ x(t)
> > > . scalar mean_xt = r(mean)
> > > . scalar std_xt = r(sd)
> > > . scalar count_ = r(N)
> > >
> > > for other possibilities look at "return list" after "summ" routine
>
> > I started using stata only about a week ago and hence
> > pardon me for a very basic question.
> > > >
> > > >I have a variable x(t)
> > > >
> > > >I want the following scalars for further analysis etc.
> > > >mx = mean(x(t))
> > > >sx = stdev(x(t))
> > > >nx = count(x(t))
> > > >
> > > >How can I asssign these descriptive statistics to scalar variables?
> > > >(I can't find anything in the manual)
>
> *
> * 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/