Code repository for conducting comorbidity analysis for schizophrenia patients on an insurance claims database
The following libraries must be installed:
library( "knitr" )
library( "dplyr" )
library( "tidyr" )
library( "stringr" )
library( "devtools" )
library( "SqlServerJtds" )
library( "SqlTools" )
library( "FactToCube" )
library( "vroom" )
library( "survival" )
- To have access to the claim database, approval is required.
- To have access to the electronic health record database, IRB approval is required.
This code supports the analysis presented in: "Large-Scale Real-World Data Analysis Unveiled the Comorbidity Patterns of Schizophrenia" (publication to come).