accept1 {accept} | R Documentation |
Predicts COPD exacerbation rate by severity level based on Acute COPD Exacerbation Tool (ACCEPT)
Description
Predicts COPD exacerbation rate by severity level based on Acute COPD Exacerbation Tool (ACCEPT)
Usage
accept1(
patientData,
random_sampling_N = 100,
lastYrExacCol = "LastYrExacCount",
lastYrSevExacCol = "LastYrSevExacCount",
...
)
Arguments
patientData |
patient data matrix. Can have one or many patients in it |
random_sampling_N |
number of random sampling. Default is 100. |
lastYrExacCol |
the column specifying last year all exacerbation count |
lastYrSevExacCol |
the column specifying last year severe exacerbation count |
... |
for backward compatibility |
Value
patientData with prediction
Examples
results <- accept1(samplePatients)
[Package accept version 1.0.0 Index]