R/mytext.R

mytext <- function (yval, digits, n, use.n)
{
    if (use.n)
        return(paste0(yval, "\nn=", n))
    else
        return(paste0(yval))
}

Try the StatMethRank package in your browser

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

StatMethRank documentation built on Jan. 15, 2017, 8:59 p.m.