[R] Is there something wrong with R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"?

peter dalgaard pdalgd at gmail.com
Wed Oct 16 17:03:54 CEST 2013


On Oct 16, 2013, at 16:54 , tom soyer wrote:

> Hi,
> 
> pnorm(-1.53,0,1) under version 3.0.2 gives 0.05155075. I am pretty sure it
> should be 0.063. Is there something wrong with this version of R?

Not on my system (Mac OS X):

> pnorm(-1.53,0,1)
[1] 0.06300836

But check your typing, and/or eyesight, before blaming R:

> pnorm(-1.63,0,1)
[1] 0.05155075
> pnorm(-1.53,0.1)
[1] 0.05155075

-pd


> 
> I am using:
> R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"
> Copyright (C) 2013 The R Foundation for Statistical Computing
> Platform: i686-pc-linux-gnu (32-bit)
> 
> 
> -- 
> Tom
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> 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.

-- 
Peter Dalgaard, Professor
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd.mes at cbs.dk  Priv: PDalgd at gmail.com



More information about the R-help mailing list