Description Usage Arguments Value Examples
Given 4 files (patientData.txt, diagnosisData.txt, admissionData.txt and
indexDiseaseCodes.txt), generates some RData and create an object of type
comoRbidity
.
1 2 3 |
databasePth |
Determines the path where the three required input files (patientData, diagnosisData, admissionData) are located. |
codesPth |
Determines the path where the file with the index diseases is located (indexDiseaseCode) |
birthDataSep |
Determines the separator symbol used in the birth date. |
admissionDataSep |
Determines the separator symbol used in the admission date. |
intraCodes |
Comorbidities will be estimated only between the index
diseases. By default |
aggregatedDis |
Data extraction is done using the Agg column from the
index disease file, that collapse the diseases in a supperior class.
By default |
python |
By default |
verbose |
By default |
warnings |
By default |
An object of class comoRbidity
1 2 3 4 5 | ex1 <- query( databasePth = system.file("extdata", package="comoRbidity"),
codesPth = system.file("extdata", package="comoRbidity"),
birthDataSep = "-",
admissionDataSep = "-",
python = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.