powered by
Function to get the names of a TrialDesignSet object.
TrialDesignSet
# S3 method for TrialDesignSet names(x)
Returns a character vector containing the names of the AnalysisResults object.
character
AnalysisResults
A TrialDesignSet object.
Returns the names of a design set that can be accessed by the user.
designSet <- getDesignSet(design = getDesignGroupSequential(), alpha = c(0.01, 0.05)) names(designSet)
Run the code above in your browser using DataLab