R/achisq.boot.R

Defines functions achisq.boot

Documented in achisq.boot

achisq.boot<-function(data, i, ...)
{
	data$Observed<-data$Observed[i]
	return( achisq.stat(data, ...)$T )
}

Try the DCluster package in your browser

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

DCluster documentation built on May 29, 2024, 3:41 a.m.