| multihyp {hypeR} | R Documentation |
A multihyp object
multihyp
An object of class R6ClassGenerator of length 24.
A list of hyp objects
multihyp$as.list() returns a list of hyp objects as dataframes.
hyp
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)