Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: hist, by() limit?
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: hist, by() limit?
Date
Fri, 3 Sep 2010 15:18:04 +0200
<>
This code works for 61 unique values in the -by()- option:
***********
webuse nlswork.dta, clear
hist age, by(wks_ue, legend(off)) normal
***********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Daniel Caro
Sent: Freitag, 3. September 2010 15:09
To: [email protected]
Subject: st: hist, by() limit?
Dear all,
I am trying to produce a histogram by country:
hist ses, normal by(idcntry, legend(off))
and get the following error message:
option SAR not allowed.
My grouping variable idcntry includes 36 countries. The command does
work for fewer countries, I tried with 6.
Any advice is greatly appreciated.
Thank you,
Daniel
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/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/statalist/faq
* http://www.ats.ucla.edu/stat/stata/