hypothesis {opa} | R Documentation |
Create a hypothesis object
hypothesis(xs, type = "pairwise")
xs |
a numeric vector |
type |
a string |
a list containing the following elements
h1 <- hypothesis(c(2, 1, 3, 4), type = "pairwise")
h2 <- hypothesis(c(2, 1, 3, 4), type = "adjacent")