risk.summary {BCRA} | R Documentation |
List the records with relative risks and absolute risks
Description
A function to list all the records with relative risks and absolute risks.
Usage
risk.summary(data, Raw_Ind=1)
Arguments
data |
A data set containing all the required input data needed to perform risk projections,
such as initial age, projection age, BrCa relative risk covariates and race. See |
Raw_Ind |
The raw file indicator with default value 1.
|
Value
A data frame that includes age, duration of the projection time interval, covariates and the projected risk. A CSV file is created to save the data frame under user's working directory for reading convenience.
See Also
Examples
data(exampledata)
risk.summary(exampledata)
[Package BCRA version 2.1.2 Index]