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: density plots


From   Maarten Buis <[email protected]>
To   [email protected]
Subject   Re: st: density plots
Date   Wed, 25 May 2011 14:52:02 +0200

On Tue, May 24, 2011 at 11:47 PM, Debs Majumdar wrote:
>       Thank you for your hint. The following worked for me, although not at all elegant.

You can simplify that code as follows:

*------------------------ begin example -------------------------
clear
set obs 5
gen x = rnormal(60,2)
gen y = rnormal(40,5)
gen null = 0

graph twoway  function normden(x,63,3), range(25 80) || ///
              function normden(x,42,5), range(25 80) || ///
              scatter null x || scatter null y
*------------------------ end example -----------------------------------

--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany


http://www.maartenbuis.nl
--------------------------

*
*   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/


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