powered by
Transform p value.
p.trans2(p, nsmall.p = 3, p.min = 1e-99)
p value.
Number of decimal places of p value. Default is 3.
3
Minimum of p. Default is 1e-99.
1e-99
A character string of transformed p value.
p.trans
# NOT RUN { p.trans2(c(1, 0.1, 0.05, 0.01, 0.001, 0.0001, 0.0000001, 1e-50)) %>% data.table(p=.) # }
Run the code above in your browser using DataLab