R/NHKaux.R

Defines functions NHKaux

Documented in NHKaux

NHKaux <-
function(lambdaC, lambdaD,T, posC, typeC, posD, typeD,r=NULL,typeEst)
{
	NHKraux<-sapply(r, FUN=NHKaux2 ,lambdaC=lambdaC, lambdaD, posC=posC, 
		typeC=typeC, posD=posD, typeD=typeD, T=T, typeEst=typeEst)
	NHKr<-NHKraux
	return(NHKr)
}

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.