reject {mutoss} | R Documentation |
reject
Description
Returns the highest rejected p-value and its index given some critical values.
Usage
reject(sorted, criticals)
Arguments
sorted |
Sorted p-values |
criticals |
Critical values |
Value
A list with elements
cutoff |
highest rejected p-value |
cut.index |
index of highest rejected p-value |
[Package mutoss version 0.1-13 Index]