[R] qnorm?

Peter Langfelder peter.langfelder at gmail.com
Tue Aug 23 19:31:20 CEST 2011


How about

qnorm(4e-30, lower.tail = FALSE) ?

You cannot subtract 4e-30 from 1 and expect to get something else than
1 (exactly).

Peter

On Tue, Aug 23, 2011 at 10:21 AM, Jim Silverton <jim.silverton at gmail.com> wrote:
> Hi everyone,
> I have the following problem. I have some small p-values but when I use
>
> qnorm(1-4e-30)
> I get an error.
> Is there anyway to get around this?
>
>
>
> --
> Thanks,
> Jim.
>
>        [[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.
>



-- 
Sent from my Linux computer. Way better than iPad :)



More information about the R-help mailing list