Learn R Programming

binGroup2 (version 1.3.1)

Config: 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

Christopher R. Bilder

See Also

Config.opChar and Config.OTC

Examples

Run this code
# 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)

Run the code above in your browser using DataLab