Learn R Programming

opa (version 0.8.3)

print.opahypothesis: Print details of a hypothesis

Description

Print details of a hypothesis

Usage

# S3 method for opahypothesis
print(x, ...)

Value

No return value, called for side-effects.

Arguments

x

an object of type "opaHypothesis"

...

ignored

Examples

Run this code
h1 <- hypothesis(c(2, 1, 3, 4), type = "pairwise")
print(h1)
h2 <- hypothesis(c(2, 1, 3, 4), type = "adjacent")
print(h2)

Run the code above in your browser using DataLab