Function to get a formatted p-value for a number o a vector of numbers
formatz_p.Rd
Function to get a formatted p-value for a number o a vector of numbers
Examples
formatz_p(c(1.000, 0.75643242, 0.000032431, 0.00214))
#> [1] "1.0000" "0.7564" "<0.0001" "0.0021"