fp.test(x, ...)
## S3 method for class 'default':
fp.test(x, y, delta = 0, alternative = "two.sided", ...)
## S3 method for class 'formula':
fp.test(formula, data, subset, ...)
"two.sided"
(default), "greater"
or "less"
.a ~ b
, where a
and b
give the data values and corresponding groups.formula
. By default the variables are taken from environment(formula)
.fp.test
, wilcox.test
x <- rpois(20,3)
y <- rpois(20,5)
fp.test(x,y)
Run the code above in your browser using DataLab