names.TrialDesignSet: Names of a Trial Design Set Object

View source: R/class_design_set.R

names.TrialDesignSetR 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 TrialDesignSet object.

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

designSet <- getDesignSet(design = getDesignGroupSequential(), alpha = c(0.01, 0.05))
names(designSet)


rpact documentation built on July 9, 2023, 6:30 p.m.