R/Sum.R

Sum <-
function(S.PLFN){
s <- apply( S.PLFN, c(1,2), sum )
return( cuts.to.PLFN(s) )
}

Try the Sim.PLFN package in your browser

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

Sim.PLFN documentation built on May 2, 2019, 5:51 a.m.