genscorestat {MultNonParam} | R Documentation |
Normal-theory two sample scorestatistic.
Description
Calculates the p-value from the normal approximation to the permutation distribution of a two-sample score statistic.
Usage
genscorestat(scores, group, correct = 0)
Arguments
scores |
scores of the data. |
group |
numeric or character vector of group identities. |
correct |
half the minimal distance between two potential values of the score statistic. |
Value
Object of class htest containing the p-value.
[Package MultNonParam version 1.3.9 Index]