Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | stef ffgbsfdvs <katalabainotipota@gmail.com> |
To | statalist <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: selecting specific information from univar |
Date | Sat, 20 Apr 2013 23:01:26 +0100 |
thanks NIck I use univar gdppercent, by(ratingsm) box in Stata 10. But this command produces multiple tables that contain n Mean S.D. Min .25 Mdn .75 Max in each table. So my question is how do I produce the same tables but only with: mean .25 Mdn and .75 Thanks Andrews On Sat, Apr 20, 2013 at 10:23 PM, Nick Cox <njcoxstata@gmail.com> wrote: > Statalist FAQ explains: > > 1. You are asked to post on Statalist using your full real name (2.1.3) > > 2. Say what commands you are using. If they are not part of official > Stata, say where they came from: the SJ/STB, SSC, or other archives. > (3.3) (Applies to -univar-.) > > Some scrutiny of [R] summarize shows that you can pick and choose > > sysuse auto > qui su mpg, detail > di %2.1f r(mean) " " r(p25) " " r(p50) " " r(p75) > > 21.3 18 20 25 > > The price of getting exactly what you want is write exactly the code you need. > > Nick > njcoxstata@gmail.com > > On 20 April 2013 22:06, stef ffgbsfdvs <katalabainotipota@gmail.com> wrote: > >> Using "univar covariate" I get a bunch of information; that is, >> >> n Mean S.D. Min .25 Mdn .75 Max >> >> I want my output to show only: mean .25 Mdn and .75 >> >> >> Is there a way of doing that? Any code is greatly appreciated > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/faqs/resources/statalist-faq/ > * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/