R/funMPPGen.R

funMPPGen <-
function (i, funMPP.name, funMPP.args, fun.name, fun.args = NULL) 
{
    posNH <- do.call(funMPP.name, funMPP.args)[1]
    fun.args2 <- c(posNH, fun.args)
    aux <- do.call(fun.name, fun.args2)
    return(aux)
}

Try the IndTestPP package in your browser

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

IndTestPP documentation built on Aug. 29, 2020, 1:06 a.m.