check.summary {BCRA} | R Documentation |
Summarize the error indicators, relative risks and absolute risks
Description
A function to show descriptive statistics by applying function mean
and sd
to the quantities Error_Ind, AbsRisk, RR_Star1 and RR_Star2.
Usage
check.summary(data, Raw_Ind=1, Avg_White=0)
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.
|
Avg_White |
Calculation indicator.
|
Details
When the mean and standard deviation for the variable Error_Ind
is 0, implies that
no errors have not been found. Otherwise when the mean and std for Error_Ind
is not 0,
implies that errors have been found. When errors are found, the number of records with
errors is the count asscociated with AbsRisk
listed under NMiss (number of missing).
Value
A summary table for error indicators, relative risks and absolute risks
See Also
recode.check
, relative.risk
, absolute.risk