reformatForClassicChompret {LFSPRO}R Documentation

Reformat input data of LFSpro for evaluation using the Classic or the Chompret criteria

Description

Reformat input data of LFSpro for evaluation using the Classic or the Chompret criteria

Usage

reformatForClassicChompret(fam.cancer.data)

Arguments

fam.cancer.data

Combined family and cancer information data for ONE FAMILY ONLY. See fam.cancer.data for details.

Value

Data with format used in LFSClassic and LFSChompret. See LFSClassic and LFSChompret for details.

Note

One family a time.

Author(s)

Gang Peng

See Also

LFSClassic, LFSChompret, lfsproC

Examples

fam.cancer.data <- CombineData(fam.data, cancer.data)
reformatForClassicChompret(fam.cancer.data[[1]])

[Package LFSPRO version 1.0.5 Index]