R/format.perc2.R

format.perc2 <-
function (probs, digits) {
    paste(format(100 * probs, trim = TRUE, scientific = FALSE, 
        digits = digits), "%")
}

Try the JM package in your browser

Any scripts or data that you put into this service are public.

JM documentation built on Aug. 8, 2022, 5:09 p.m.