View source: R/moses.extreme.reactions.R
moses.extreme.reactions | R Documentation |
moses.extreme.reactions()
performs the Moses test for extreme reactions and is used in chapter 6 of "Applied Nonparametric Statistical Methods" (5th edition)
moses.extreme.reactions(
x,
y,
H0 = NULL,
max.exact.cases = 1000,
do.exact = TRUE
)
x |
Numeric vector |
y |
Numeric vector |
H0 |
Null hypothesis value (defaults to |
max.exact.cases |
Maximum number of cases allowed for exact calculations (defaults to |
do.exact |
Boolean indicating whether or not to perform exact calculations (defaults to |
An ANSMtest object with the results from applying the function
# Example 6.14 from "Applied Nonparametric Statistical Methods" (5th edition)
moses.extreme.reactions(ch6$groupI.amended, ch6$groupII)
moses.extreme.reactions(ch6$groupI.amended, ch6$groupII)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.