R/funSim.fun.r

Defines functions funSim.fun

Documented in funSim.fun

funSim.fun <-
function(i,lambda,fun.name,fun.args=NULL)
{
posNH<-simNHP.fun(lambda=lambda)$posNH
  fun.args <- c(list(posNH), fun.args)
aux<-do.call(fun.name,fun.args)
return(aux)
}

Try the NHPoisson package in your browser

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

NHPoisson documentation built on Feb. 19, 2020, 5:07 p.m.