Richard Sherman wrote:
> How can a create a graph of a normal density function in Stata
> (not a histogram of a random normal variable, nor a normal
> distribution overlaid on a histogram, but just the normal curve)?
I believe what what you're looking for can be done with the -twoway
function- command. For example, try the following:
. twoway function y=normden(x), range(-3 3)
Derek Wagner
<[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/