Skip to content

Commit

Permalink
Disabled wrong analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie authored and schuemie committed Jan 15, 2019
1 parent 5dcc42d commit e94e1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/CohortMethod.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ runCohortMethod <- function(outputFolder, indicationId = "Depression", databaseI
if ((databaseId == "CCAE" || databaseId == "Optum" || databaseId == "Panther") && indicationId == "Hypertension") {
# ParallelLogger::logInfo("*** Skipping matching and interactions for CCAE, Optum, and Panther (Hypertension) ***")
ParallelLogger::logInfo("*** Skipping interactions for CCAE, Optum, and Panther (Hypertension) ***")
cmAnalysisListAsym <- list()
# cmAnalysisListInteractions <- list()
# cmAnalysisListAsym <- list()
cmAnalysisListInteractions <- list()
}


Expand Down

0 comments on commit e94e1c4

Please sign in to comment.