bowker | R Documentation |
bowker()
performs the Bowker's extension of McNemar's test and is used in chapter 12 of "Applied Nonparametric Statistical Methods" (5th edition)
bowker(x, y = NULL, do.asymp = TRUE)
x |
Factor of same length as y, or two-dimensional square table |
y |
Factor of same length as x (or NULL if x is table) (defaults to |
do.asymp |
Boolean indicating whether or not to perform asymptotic calculations (defaults to |
An ANSMtest object with the results from applying the function
# Example 12.12 from "Applied Nonparametric Statistical Methods" (5th edition)
bowker(ch12$side.effect.new, ch12$side.effect.old)
# Exercise 12.12 from "Applied Nonparametric Statistical Methods" (5th edition)
bowker(ch12$first.response, ch12$second.response)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.