From | "louis boakye-yiadom" <[email protected]> |
To | [email protected] |
Subject | Re: RE: st: RE: Installation of univar |
Date | Tue, 01 Feb 2005 18:37:01 +0000 |
Rather that using -univar- you could use -tabstat- with -graph hbox-
For example:
sysuse auto, clear
tabstat price mpg weight, stat(n mean sd min p25 p50 p75 max) c(s) format(%9.2f)
tempfile temp1 temp2 temp3
qui {
graph hbox price, nodraw
graph save `temp1'
graph hbox mpg, nodraw
graph save `temp2'
graph hbox weight, nodraw
graph save `temp3'
}
graph combine `"`temp1'"' `"`temp2'"' `"`temp3'"', rows(3)
Hope this helps,
Scott
----- Original Message -----
From: Nick Cox <[email protected]>
Date: Tuesday, February 1, 2005 8:28 am
Subject: RE: st: RE: Installation of univar
> By modern standards the files concerned
> are trivially small. My guess is that
> you have some other problem: for example,
> you haven't told Stata how to talk to
> the outside world. See the stuff under
> help netio on http proxy setting.
>
> Nick
> [email protected]
* * 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 |