Learn R Programming

phenoTest (version 1.20.0)

getVars2test: Get phenotypic variables that were tested.

Description

Returns an object containing the names of the variables that were tested when the epheno object was created. Will return an object of class list. Variables of the same type (categorical, survival, etc) will be in the same slot of the list. The slot names are the types of the variables.

Arguments

Examples

Run this code
data(epheno)
getVars2test(epheno)

Run the code above in your browser using DataLab