Bookmark and Share

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: How to graph several mean trajectories and combine them in a single graph


From   Nick Cox <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: How to graph several mean trajectories and combine them in a single graph
Date   Tue, 25 Feb 2014 09:31:45 +0000

-profileplot- is a user-written program by Philip Ender and from
http://www.ats.ucla.edu/stat/stata/ado/analysis
as you are asked to explain in the FAQ.

If I understand you correctly, you can easily fool -profileplot- into
lumping all observations together by

gen everyone = 1

profileplot ..., by(everyone)

although you will probably want to fix legend.

Nick
[email protected]

On 24 February 2014 20:44, Han-Jung Ko

> I am trying to graph several mean trajectories and combine them in a
> single graph. By using profileplot command, it is possible to graph
> them side-by-side but not in a single graph.
> For example,
> . profileplot pl_1 pl_2 pl_3 pl_4 pl_5, by(sex) name(graph_pl, replace)
> . profileplot pg_1 pg_2 pg_3 pg_4 pg_5, by(sex) name(graph_pg, replace)
> . graph combine graph_pl graph_pg
>
> However, using profileplot command also requires the option by(). I
> wonder how I could graph the meantrajectories for all participants
> (not by gender) and combine the total of six trajectories together?
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index