Xdata: Sample covariate and outcome data

Description Details Examples

Description

Sample covariate and outcome data

Details

The data is taken from an ovarian cancer study. The file Xdata.txt is a tab-delimited type 3 data set (see file.type in pheno.list). It contains the variables:

Examples

1
2
3
4
 # Load and print the first 5 rows 
 data(Xdata, package="CGEN") 

 Xdata[1:5, ]

Example output

Loading required package: survival
Loading required package: mvtnorm
    id case.control BRCA.status oral.years n.children age.group ethnic.group
1 sub1            0           0          0          1         1            3
2 sub2            1           1          0          2         4            1
3 sub3            0           0          0          2         4            1
4 sub4            1           0          0          3         3            1
5 sub5            1           0          0          3         1            2
  BRCA.history gynSurgery.history family.history
1            0                  0              0
2            0                  0              2
3            0                  0              0
4            0                  0              0
5            0                  0              0

CGEN documentation built on April 28, 2020, 8:08 p.m.