[R] Calculate negative log of the E-Values in R

Uwe Ligges ligges at statistik.tu-dortmund.de
Fri Feb 26 18:14:38 CET 2016



On 26.02.2016 10:53, Sema Atasever wrote:
> Dear Authorized Sir / Madam,
>
> If you don't mind, I want to ask how can i calculate negative log of the
> E-Values in R.
>
> *For Example: *
> What is the negative log of the 4e-108?

what about

log(4e-108)

?

(although I wonder if this is numerical sensible at all...).

Or do you want to know that

4e-108 == 4*10^(-108)

?


Best,
Uwe Ligges


>
> I would appreciate if you could advise me some methods.
>
> Thanks in advance.
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.
>



More information about the R-help mailing list