Config: Access the testing configurations returned from an object

View source: R/AddGenericFunctions.R

ConfigR Documentation

Access the testing configurations returned from an object

Description

Config is a generic function that extracts testing configurations from an object

Usage

Config(object, ...)

Arguments

object

An object from which the testing configurations are to be extracted.

...

Additional arguments to be passed to Config.

Author(s)

Christopher R. Bilder

See Also

Config.opChar and Config.OTC

Examples

# Find the optimal testing configuration for
#   non-informative two-stage hierarchical testing.
res1 <- OTC1(algorithm = "D2", p = 0.01, Se = 0.99, Sp = 0.99,
             group.sz = 2:100, obj.fn = c("ET", "MAR", "GR1"),
             weights = matrix(data = c(1,1), nrow = 1, ncol = 2))
Config(res1)

binGroup2 documentation built on Nov. 14, 2023, 9:06 a.m.