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.silver...@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@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 :)

______________________________________________
R-help@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.

Reply via email to