multihyp {hypeR}R Documentation

A multihyp object

Description

A multihyp object

Usage

multihyp

Format

An object of class R6ClassGenerator of length 24.

Arguments

data

A list of hyp objects

Methods

multihyp$as.list() returns a list of hyp objects as dataframes.

See Also

hyp

Examples

data <- data.frame(replicate(5,sample(0:1,10,rep=TRUE)))
args <- list("arg_1"=1, "arg_2"=2, "arg_3"=3)
hyp_obj <- hyp$new(data, args=args)
data <- list("hyp_1"=hyp_obj, "hyp_2"=hyp_obj,"hyp_3"=hyp_obj)
multihyp_obj <- multihyp$new(data)


[Package hypeR version 1.2.0 Index]