Learn R Programming

rpact (version 3.1.0)

TrialDesignSet_names: Names of a Trial Design Set Object

Description

Function to get the names of a TrialDesignSet object.

Usage

# S3 method for TrialDesignSet
names(x)

Arguments

x

A TrialDesignSet object.

Value

Returns a character vector containing the names of the AnalysisResults object.

Details

Returns the names of a design set that can be accessed by the user.

Examples

Run this code
# NOT RUN {
designSet <- getDesignSet(design = getDesignGroupSequential(), alpha = c(0.01, 0.05))
names(designSet)

# }

Run the code above in your browser using DataLab