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]
>
> louis boakye-yiadom
>
> > Thanks for your answers, Nick, Scott, and Nicola. I believe
> > that should
> > solve my problem, except that my web connection appears not
> > to be fast
> > enough; I keep gettting a timed out message. I've set
> > timeout1 and timeout2
> > to 480 and 1200 seconds, respectively, but that hasn't solved
> > the problem.
>
>
*
* 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/