View source: R/f_design_futility_bounds.R
| summary.FutilityBounds | R Documentation |
S3 summary method for objects of class FutilityBounds.
## S3 method for class 'FutilityBounds'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (currently not used). |
Prints a categorized summary of futility bound parameters, including user-defined, derived, default, and generated values.
## Not run:
futilityBounds <- getFutilityBounds(
design = getDesignInverseNormal(kMax = 2),
sourceValue = 0.5,
sourceScale = "condPowerAtObserved",
targetScale = "zValue"
)
summary(futilityBounds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.