Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Descriptive statistics as scalars


From   "Oleg Badunenko, Netscape" <[email protected]>
To   [email protected]
Subject   Re: st: Descriptive statistics as scalars
Date   Mon, 17 May 2004 18:01:15 +0200

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

oleg.


[email protected] wrote:

Hello all

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)

Thanks for the help.


--- Subh Nayak


*
* 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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index