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: twoway function and invbinomial function
From
Maarten Buis <[email protected]>
To
[email protected]
Subject
st: twoway function and invbinomial function
Date
Mon, 18 Jun 2012 10:49:18 +0200
I would have expected the two graphs from the example below to be the
same, but they are not. Can someone spot my error?
*----------------- begin example ------------------
clear
set obs 300
range n 5e2 5e4
format n %9.0gc
gen ub = invbinomial(n,.05*n,.025)
twoway line ub n, name(gr1, replace)
twoway function ub = invbinomial(x,.05*x,.025), ///
range(5e2 5e4) name(gr2, replace)
*------------------ end example -------------------
-- Maarten
--------------------------
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/