Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: 2 Prof. Nick


From   "Dupont, William" <[email protected]>
To   <[email protected]>
Subject   st: RE: 2 Prof. Nick
Date   Tue, 4 Mar 2003 08:31:40 -0600

I for one would like to express my gratitude to Nick and the other
regular contributors to Statalist.  Far from being rude, they are
extraordinarily generous with their time and provide invaluable help to
many people at all levels.

Bill Dupont

-----Original Message-----
From: Lee Chuntao [mailto:[email protected]] 
Sent: Tuesday, March 04, 2003 4:24 AM
To: [email protected]
Subject: st: 2 Prof. Nick


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/

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



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index