Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: z scores


From   "Masahiko Aida" <[email protected]>
To   <[email protected]>
Subject   st: RE: z scores
Date   Thu, 3 May 2007 18:12:08 -0400

You can simply program


foreach var of varlist var*{ 
quietly: su `var' , de
replace `var' = (`var' - `r(mean)') / `r(sd)'
}



-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Donald Braman
Sent: Thursday, May 03, 2007 7:44 AM
To: [email protected]
Subject: st: z scores

I need to calculate z-scores for a large number of variables. Does
anyone have a macro/script for z-score calculations of this sort, or
know of an ADO that can do it?  (I'm relatively new to STATA & miss
the ease of the z-score function as part of descriptives in SPSS.)
-Don
*
*   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