View source: R/summary.gbop2.R
summary.gbop2 | R Documentation |
Summary function Summary function for gbop2 objects
## S3 method for class 'gbop2'
summary(object, ...)
object |
GBOP2_maxP_dualE GBOP2_maxP_singleE GBOP2_maxP_TE GBOP2_minSS_dualE GBOP2_minSS_singleE GBOP2_minSS_TE |
... |
ignored arguments |
A summary table
design <- GBOP2_minSS_singleE(
design = "optimal",
unified.u = 1,
nlooks = 1,
p0 = 0.2,
p1 = 0.4,
err1 = 0.05,
minPower = 0.8,
weight = 1,
maxPatients = 25,
Nmin_cohort1 = 10,
Nmin_increase = 5,
pso_method = "default",
nParallel = 1,
seed = 1024,
nSwarm = 64,
maxIter = 200
)
summary(design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.