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]
Re: st: change grouping in Stata -graph- command
From
Alexis Penot <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: change grouping in Stata -graph- command
Date
Fri, 31 May 2013 15:06:31 +0200
Using by instead of over ?
Alexis
Le 31 mai 2013 à 14:58, Andrea Bennett <[email protected]> a écrit :
> Hi there
>
> I've spent hours on the following issue but seem to be unable to find the correct way to deal with such a graph:
>
> I have questionnaire data where people are ask how much they liked some aspect; e.g. three variables LOCATION, PRICE, TEMPERATURE (all 1-7 scale).
>
> Both the treatment and control group filled in the same questionnaire. I want to see graphically how the treatment and control groups differ in above dimensions.
>
> The following produces the correct data but groups in a "wrong" way. The groups are divided into treated/not-treated:
>
> graph bar location price temperature, over(treated)
>
> However, I would like to have the following:
>
> Location - not treated
> Location - treated
>
> [gap]
>
> Price - not treated
> Price - treated
>
> [gap]
>
> Temperature - not treated
> Temperature - treated
>
> I really don't see who I can produce this result. Options such as -asy- or -asc- seem to go into the right direction but are not producing the result I desire. I would think that this is a rather common feature but it seems utterly difficult to get.
>
> Any suggestions?
>
> Many thanks in advance,
>
> Andrea
>
>
>
>
> *
> * 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/