[R] calculation for standard normal cumulative distribution

John Sorkin jsorkin at grecc.umaryland.edu
Sun Nov 2 12:02:58 CET 2008


I suggest you issue the following command: 

?pnorm

which will get you to a manual page that will give you information
about the following commands:

dnorm(x, mean=0, sd=1, log = FALSE)
pnorm(q, mean=0, sd=1, lower.tail = TRUE, log.p = FALSE)
qnorm(p, mean=0, sd=1, lower.tail = TRUE, log.p = FALSE)
rnorm(n, mean=0, sd=1)

John




John David Sorkin M.D., Ph.D.
Chief, Biostatistics and Informatics
University of Maryland School of Medicine Division of Gerontology
Baltimore VA Medical Center
10 North Greene Street
GRECC (BT/18/GR)
Baltimore, MD 21201-1524
(Phone) 410-605-7119
(Fax) 410-605-7913 (Please call phone number above prior to faxing)

>>> sandsky <realstone at hotmail.com> 11/1/2008 5:39 PM >>>

Is there anyone knowing a function or way for standard normal
cumulative
distribution?

Φ(z=-0.1)=?
also
Φ(z=?)=0.025

Thank you,



-- 
View this message in context:
http://www.nabble.com/calculation-for-standard-normal-cumulative-distribution-tp20282804p20282804.html

Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help 
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html 
and provide commented, minimal, self-contained, reproducible code.

Confidentiality Statement:
This email message, including any attachments, is for th...{{dropped:6}}



More information about the R-help mailing list