View source: R/AddGenericFunctions.R
Config | R Documentation |
Config
is a generic function that extracts testing configurations from an object
Config(object, ...)
object |
An object from which the testing configurations are to be extracted. |
... |
Additional arguments to be passed to |
Christopher R. Bilder
Config.opChar
and Config.OTC
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.