treatmentNames {randPack} | R Documentation |
These functions should be used to access the information in a
instance of the ClinicalExperiment-class
class.
treatmentNames(object) numberOfTreatments(object) treatmentFactors(object) factorNames(object) numberOfFactorLevels(object)
object |
An instance of the ClinicalExperiment class. |
These functions provide the names of treatments, the names of factors, and the levels of the factors.
In all cases the information indicated by the name of the function is returned, in an appropriate form.
R. Gentleman
data(CT1) treatmentNames(CT1@Experiment)