R/propTable.R

#' @export propTable
propTable <-
function (x, margin = NULL) 
{
    if (length(margin)) 
        .sweep0(x, margin, marginTable(x, margin), "/")
    else x/sum(x)
}

Try the rje package in your browser

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

rje documentation built on Nov. 12, 2022, 9:06 a.m.