Learn R Programming

ARTP (version 2.0.5)

pheno_data: Sample covariate and response data

Description

Sample covariate and response data for runPermutations

Arguments

Details

The file pheno_data.txt is a tab-delimited type 3 data set (see file.type in pheno.list). It contains the variables:

  • ID The subject id

  • Y Case-control status (0, 1)

  • X1 Continuous covariate

  • X2 Continuous covariate

Examples

Run this code
# NOT RUN {
 # Load and print the first 5 rows 
 data(pheno_data, package="ARTP") 

 pheno_data[1:5, ]
# }

Run the code above in your browser using DataLab