list.constants {BCRA} | R Documentation |
List all constants required for BrCa absolute risk projections
Description
A function to create a text file under user's working directory which contains all constants required for BrCa absolute risk projections.
Usage
list.constants(BrCa_lambda1, BrCa_lambda2, BrCa_beta, BrCa_1_AR)
Arguments
BrCa_lambda1 |
Breast Cancer Composite Incidences |
BrCa_lambda2 |
Breast Cancer Competing Mortality |
BrCa_beta |
The logistic regression coefficients (beta) derived from the Gail model |
BrCa_1_AR |
1-Attributable Risk |
Details
See "BrCa_lambda1.rda", "BrCa_lambda2.rda", "BrCa_beta.rda", "BrCa_1_AR.rda" in package data folder.
Value
A text file "list_all_constants.txt" exported under user's working directory for reading convenience.
[Package BCRA version 2.1.2 Index]