names.TrialDesignSet {rpact} | R Documentation |
Names of a Trial Design Set Object
Description
Function to get the names of a TrialDesignSet
object.
Usage
## S3 method for class 'TrialDesignSet'
names(x)
Arguments
x |
A |
Details
Returns the names of a design set that can be accessed by the user.
Value
Returns a character
vector containing the names of the AnalysisResults
object.
Examples
## Not run:
designSet <- getDesignSet(design = getDesignGroupSequential(), alpha = c(0.01, 0.05))
names(designSet)
## End(Not run)
[Package rpact version 4.1.0 Index]