convert.data | R Documentation |
Separate the family information data and cancer information data into two data objects used in multiple primary cancer predictions.
convert.data(fam.cancer.data)
fam.cancer.data |
Data frame storing family (ID, sex, father ID and mother ID) and cancer information (ID, time sex, test, death status (Yes/No) and counts of multiple primary cancers). |
A list. Each component in the list stores the family and cancer information for a family. See fam.cancer.data for details.
Seung Jun Shin, Nam Nguyen
fam.cancer.data <- combinedata(fam.data, cancer.data) data.obj <- convert.data(fam.cancer.data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.