methodRuleTREND1 | R Documentation |
This is the default function which determines which method to use in permTREND
.
methodRuleTREND1(x, y, exact, Nbound = c(20))
x |
vector of response scores |
y |
group membership vector |
exact |
logical, TRUE=exact method chosen, FALSE=pclt |
Nbound |
gives 'pclt' if length(x) > Nbound |
This function determines which of two methods will be used in permTREND
;
see that help for description of methods.
When exact=FALSE then returns 'pclt'. When exact=TRUE then returns 'exact.mc'. When exact=NULL then returns either 'exact.mc' if length(x) is less than or equal to Nbound, otherwise returns 'pclt'.
a character vector with one of the following values: "pclt","exact.mc"
permKS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.