fam.data | R Documentation |
This built-in family information dataset is used to demonstrate the examples of the pacakge. Input family data should maintain the same format, column names and data types of the data example to avoid warning or error messages.
fam.data
A data frame containing 8 variables.
fam.id
family id
id
individual id
fid
father id
mid
mother id
gender
sex. 0: female, 1: male
test
mutation status. 0: wildtype, 1: mutation
age
If the individual was alive at the last contact date, use the age at that time. otherwise, use the age at death. Note: do not record age at diagnosis, which shoule be recorded in cancer.data
vital
Vital sign. D: death, A: alive
Family id could include characters, but id, father id and mother id must be intergers larger than 0.
cancer.data
fam.data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.