R/fn2.R

Defines functions fn2

Documented in fn2

fn2 <-
function(i,posx, PA=FALSE, NumProcess=2, type='Poisson', dist='normal', 
		lambdaMarg=NULL, lambdaParent=NULL, lambdaNumP=NULL, sigmaC=1, 
		minC=-1, maxC=1)
{
	aux<-DistSim(posx=posx, NumProcess=NumProcess, type=type,  
		dist=dist, lambdaMarg=lambdaMarg, 
		lambdaParent=lambdaParent, lambdaNumP=lambdaNumP, sigmaC=sigmaC, 
		minC=minC, maxC=maxC,  PA=PA, info=FALSE)
	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.