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: RE: RE: Parplot with value labels
From
Friedrich Huebler <[email protected]>
To
[email protected]
Subject
Re: st: RE: RE: Parplot with value labels
Date
Fri, 30 Apr 2010 20:10:54 -0400
Thank you, Nick.
Friedrich
On Fri, Apr 30, 2010 at 2:29 PM, Nick Cox <[email protected]> wrote:
> See also
>
> SJ-9-4 gr0041 . . . . . . Speaking Stata: Paired, parallel, or profile
> plots
> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . N.
> J. Cox
> Q4/09 SJ 9(4):621--639 (no
> commands)
> explores paired, parallel, and profile plot making for
> changes, correlations, and other comparisons between
> variables
>
> Nick
> [email protected]
>
> Nick Cox
>
> That's one of mine. I don't think so. In order to draw the parallel
> coordinates plot, the data have to be restructured. It's not easy to add
> stuff on top of that without re-writing -parplot-.
>
> But you can do it directly -- given commands introduced since -parplot-
> was first written, I think:
>
> . gen one = 1
>
> . gen two = 2
>
> . scatter headroom one, mla(headroom) || scatter gear_ratio two,
> mla(gear) || pcspike head one gear two
>
> etc.
>
> Friedrich Huebler
>
> Can -parplot- from SSC show the values for individual points in the
> graph? The graph below has four data points and I would like to show
> the value for each observation next to the marker.
>
> . sysuse auto
> . keep if _n<3
> . parplot headroom gear_ratio, transform(raw)
>
>
> *
> * 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/