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: Fw: r(198) frustration--need help
From
"Lachenbruch, Peter" <[email protected]>
To
"'[email protected]'" <[email protected]>
Subject
st: RE: Fw: r(198) frustration--need help
Date
Thu, 13 May 2010 15:41:31 -0700
This email has appeared 3 times on my inbox. I assume there's an issue with the statalist at Harvard.
Tony
Peter A. Lachenbruch
Department of Public Health
Oregon State University
Corvallis, OR 97330
Phone: 541-737-3832
FAX: 541-737-4001
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Ting
Sent: Thursday, May 13, 2010 2:13 PM
To: [email protected]
Subject: st: Fw: r(198) frustration--need help
Hi,
I entered this generating graph command, but STATA 11 told me
invalid '&'
r(198);
My command is
graph bar eExpansion_perc eContraction_perc eBirth_perc eDeath_perc if Naics34==237 | Naics34==2361 , over(Quarter,label(angle(45) labsize(small)) relabel(1 "2004q2" 2 "2004q3" 3 "2004q4" 4 "2005q1" 5 "2005q2" 6 "2005q3" 7 "2005q4" 8 "2006q1" 9 "2006q2" 10 "2006q3" )) by(Naics34, iscale(.5) title("Quarterly Change Types in Proportions for" "Selected Industry Subsectors", 2004q1-2006q3", size(small)) note("Data received from""DLR", justification(right) position(5) alignment(baseline) size(vsmall)) ) stack bar(1, fcolor(navy) lcolor(navy)) bar(2, fcolor(maroon) lcolor(maroon)) bar(3, fcolor(ltblue) lcolor(ltblue)) bar(4, fcolor(orange) lcolor(orange))
ytitle("Change as a Percentage of Total (%)", size(small)) ylabel(, valuelabel labsize(small)) legend(order(1 "Gains" 2 "Losses " 3 "Gains2" 4 "Losses2" ) size(vsmall) )
Then I used the windows graph assist program, stata system entered this following command after I filling every necessary box:
graph bar (asis) eExpansion_perc eContraction_perc eBirth_perc
eDeath_perc if Naics34==237 | Naics34==2361 | Naics34==2381 | Naics34==2382 | Naics34==2383, over(Quarter, relabel(1
"2004q2" 2 "2004q3" 3 "2004q4" 4
"2005q1" 5 "2005q2" 6 "2005q3" 7
"2005q4" 8 "2006q1" 9 "2006q2" 10
"2006q3" )
label(angle(forty_five) labsize(small))) stack bar(1, fcolor(navy)
lcolor(navy)) bar(2, fcolor(maroon) lcolor(maroon)) bar(3, fcolor(ltblue)
lcolor(ltblue)) bar(4, fcolor(orange) lcolor(orange)) ytitle("
Change as a Percentage of Total (%)") ytitle(, size(small)) ylabel(,
labels labsize(small) valuelabel) by(,
title("Quarterly Change Types in Proportions for" "Selected Industry Subsectors",
2004q1-2006q3", size(small)) note(
"Data received from""the DLR", size(vsmall) position(5))) by(, legend(on)) legend(order(1 "Gains" 2 "Losses" 3 "Gains2" 4 "Losses2") size(vsmall)) by(Naics34)
however. stata 11 again returned:
invalid '&'
r(198);
Now I am frustrated.
I did not have that problem before when using STATA 9
Your help would be greatly appreciated
Ting
*
* 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/