Function to get the names of a TrialDesignSet object.
# S3 method for class 'TrialDesignSet'
names(x)A TrialDesignSet object.
Returns a character vector containing the names of the AnalysisResults object.
Returns the names of a design set that can be accessed by the user.
if (FALSE) { # \dontrun{
designSet <- getDesignSet(design = getDesignGroupSequential(), alpha = c(0.01, 0.05))
names(designSet)
} # }