Usage
pairwiseTestCont(formula, data, alternative="two.sided", control=NULL, method, ...)
pairwiseTestProp(formula, data, alternative="two.sided", control=NULL, method, ...)
Arguments
formula
a formula specifiying the response and the factor variable: response ~ factor
data
a data frame, containing the variables specified in formula
alternative
character string, defining whether the direction of the alternative hypothesis,
passed to the function defined in method
method
character string, giving the name of the function, which shall be used to calculate local p-values. Any function,
taking two vectors x, and y as first arguments and returning a list with the p.value in a list element named p.value can be spec
control
optional character string, defining the name of a control group.
Must be one of the levels of the factor variable defined in formula.
By default control=NULL, then all pairwise comparisons between the levels of the factor variable are compu
...
Arguments to be passed the function defined in method