powered by
Extract the testing configuration from objects of class "OTC" returned by OTC1 (OTC1) or OTC2 (OTC2).
OTC1
OTC2
# S3 method for OTC Config(object, n = 5, top.overall = FALSE, ...)
A data frame providing the best testing configurations.
An object of class "OTC", from which the testing configuration is to be extracted.
Number of testing configurations.
logical; if TRUE, best overall testing configurations; if FALSE, best testing configurations by initial group size
currently not used.
Christopher R. Bilder
res1 <- OTC1(algorithm = "D3", p = 0.05, Se = 0.99, Sp = 0.99, group.sz = 3:15, obj.fn = "ET") Config(res1)
Run the code above in your browser using DataLab