Function to get the names of a TrialDesignSet object.
Usage
# S3 method for class 'TrialDesignSet'
names(x)Arguments
- x
A
TrialDesignSetobject.
Value
Returns a character vector containing the names of the AnalysisResults object.
Examples
if (FALSE) { # \dontrun{
designSet <- getDesignSet(design = getDesignGroupSequential(), alpha = c(0.01, 0.05))
names(designSet)
} # }
