nice_statnum.Rd
Nice statnum Formats numbers in the -1 to 1 range
nice_statnum(x, digits = 2)
number
Number to round to
nice_statnum(c(1, -1, runif(4, -1, 1))) #> [1] "1.00" "-1.00" "-.91" "-.39" "-.24" "-.87"