R/besagnewell.boot.R

Defines functions besagnewell.boot

Documented in besagnewell.boot

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

Try the DCluster package in your browser

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

DCluster documentation built on Sept. 3, 2023, 5:07 p.m.