R/whittermore.boot.R

Defines functions whittermore.boot

Documented in whittermore.boot

whittermore.boot<-function(data, i, ...)
{
	data$Observed<-data$Observed[i]

	return( whittermore.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 May 2, 2019, 6:10 p.m.