R/Z2freq.R

Z2freq <-
function (Z) 
{
    s <- apply(Z, 2, sum)
    return(s/(sum(s)))
}

Try the noia package in your browser

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

noia documentation built on March 31, 2023, 6:45 p.m.