powered by
Transform p value.
p.trans(p, nsmall.p = 3)
p value.
Number of decimal places of p value. Default is 3.
3
A character string of transformed p value.
p.trans2
# NOT RUN { p.trans(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