Hello R-Help, I ran some analysis and were hit with some low Z-score. I tried to convert it to a p-value, however, it seems like the ceiling is around 1e-16.
> 1-pnorm(8) [1] 6.661338e-16 > 1-pnorm(9) [1] 0 Do you have any suggestion how I can display a very low p-value in the form of scientific number format? Thank you very much. Regards, Bhoom [[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.