R/pvalue.R

Defines functions pvalue

Documented in pvalue

pvalue = function(p, fmt = "$P = %6.4f$"){
    strResult = sprintf(fmt, p)
    return(strResult)
}

Try the dafs package in your browser

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

dafs documentation built on April 11, 2022, 5:06 p.m.