R/pMME.R

pMME <-
function( mat ){
        cs = colSums( rbind(mat))
        phat = cs[1]/sum(cs)
        return(phat)
        }

Try the sgRSEA package in your browser

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

sgRSEA documentation built on May 2, 2019, 2:47 p.m.