Learn R Programming

opa (version 0.8.3)

hypothesis: Create a hypothesis object

Description

Create a hypothesis object

Usage

hypothesis(xs, type = "pairwise")

Value

a list containing the following elements

Arguments

xs

a numeric vector

type

a string

Examples

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

Run the code above in your browser using DataLab