therotically we can learn everything from the manual.
in this regard, the list is needless
i think the answer of the type nick gave me should be band.
1 can answer my question in detail, or don't bother to answer.
actually i have written the following code to generate the bell curve, i
just don't know if there are short ways:
clear
set obs 1000
gen t = (uniform()-.5)*7
gen x = sqrt(2*_pi)*exp(-t^2/2)
sort t
gr x t, c(l) symbol(i) pen(6)
i am afraid that someone who always answer questions without detail is 2
rude
----- Original Message -----
From: "Nick Cox" <[email protected]>
To: <[email protected]>
Sent: Tuesday, March 04, 2003 6:09 PM
Subject: st: RE: Re: RE: How to draw a bell curve in stata?
> Lee Chuntao
>
> > > > Can you tell me how can i draw a bell curve (the
> > > > density function of
> > > > standard normal) by stata?
>
> > > See [G] graph twoway function.
>
> > i am still lost. Could I find it from [G], Should I bother
> > to write to statlist?
>
> If the solution is clearly explained in the
> manuals, why should anyone bother to type it out for
> you?
>
> Nick
> [email protected]
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/