View source: R/class_design_set.R
names.TrialDesignSet | R Documentation |
Function to get the names of a TrialDesignSet
object.
## S3 method for class 'TrialDesignSet'
names(x)
x |
A |
Returns the names of a design set that can be accessed by the user.
Returns a character
vector containing the names of the AnalysisResults
object.
## Not run:
designSet <- getDesignSet(design = getDesignGroupSequential(), alpha = c(0.01, 0.05))
names(designSet)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.