fam.data: Built-in Family Information Data Example

fam.dataR Documentation

Built-in Family Information Data Example

Description

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.

Usage

fam.data

Format

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

Details

Family id could include characters, but id, father id and mother id must be intergers larger than 0.

See Also

cancer.data

Examples

fam.data

wwylab/LFSPRO documentation built on Feb. 1, 2023, 1:05 a.m.