a character vector with one of the following values: "pclt","exact.network","exact.mc"
Arguments
x
vector of response scores
group
group membership vector
exact
logical, TRUE=exact method chosen, FALSE=pclt
Nbound
vector of bounds (see details)
Details
This function determines which of several methods will be used in permTS;
see that help for description of methods.
When exact=FALSE then returns 'pclt'. When exact=TRUE then returns either 'exact.network' if the
estimated time of calculation is not too large or 'exact.mc' otherwise. When exact=NULL then returns
either 'exact.network' if the estimated time is not too large or 'pclt' otherwise. The estimation of the
calculation time is as follows: if the smallest number of unique values in one of the two groups is equal to
kmin, then calculation time is large if the sample size <=Nbound[kmin-1], if Nbound[kmin-1] exists, or
is large if the sample size <= min(Nbound) otherwise.