fam.cancer.data {LFSPRO}R Documentation

Combined data with family and cancer information

Description

Combined data with family and cancer information. It is used in function LFSproC.

Usage

fam.cancer.data

Format

List. Each component of the list stores the family and cancer information of one family. Each component is also a list with the following variables:

fam.id

family id

id

individual id

fid

father id

mid

mother id

gender

gender, 0: female, 1:male

age

If the individual is dead, it is death age, otherwise it is current age. We use last contact date to calculate current age.

cancer.info

Cancer informatice. List. Each component of the list stores cancer information for each individual in the family. For each component, if there there is no cancer for the individual, it is a 0 by 0 data frame. Otherwise, it is a data frame with cancer.type (coded number) and diag.age(the age at which the cancer was diagnosed).

Examples

fam.cancer.data

[Package LFSPRO version 1.0.5 Index]