hypothesis: Create a hypothesis object

View source: R/utility.R

hypothesisR Documentation

Create a hypothesis object

Description

Create a hypothesis object

Usage

hypothesis(xs, type = "pairwise")

Arguments

xs

a numeric vector

type

a string

Value

a list containing the following elements

Examples

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

opa documentation built on May 29, 2024, 7:06 a.m.