Config {binGroup2} | R 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 |
Author(s)
Christopher R. Bilder
See Also
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)
[Package binGroup2 version 1.3.1 Index]