Peggy Chrisman wrote:
I am having trouble using Stata to display probabilities for sample
distribution. Example: for calculate P(Z<1.96)
I have tried display norm(1.96) which is what is listed in the help
file, but I keep getting an error that norm is not found and for
binomial I tried binomial (n,k,p) and it did not recognize the command.
Any hints?
--------------------------------------------------------------------------------
To get a better picture of your problem, you might want to show the List
just what you typed and what you got, for example, if you're inserting
spaces between the function and its open parenthesis or failing to observe
case.
Joseph Coveney
. display norm(1.96)
.9750021
. display norm (1.96)
norm not found
r(111);
. display Binomial(10,5,0.5)
.62304687
. display binomial(10,5,0.5)
Unknown function binomial()
r(133);
*
* 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/