Skip to content

Commit

Permalink
Update RunAnalyses.R
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Jul 16, 2024
1 parent a290a4e commit 018f701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/RunAnalyses.R
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ doCreateStudyPopObject <- function(params) {
cohortMethodData <- getCohortMethodData(params$cohortMethodDataFile)
args <- params$args
args$cohortMethodData <- cohortMethodData
ParallelLogger::logDebug(sprintf("Calling createStudyPopulation() using %s for outcomeId %d",
ParallelLogger::logDebug(sprintf("Calling createStudyPopulation() using %s for outcomeId ",
params$cohortMethodDataFile,
args$outcomeId))
studyPop <- do.call("createStudyPopulation", args)
Expand Down Expand Up @@ -961,7 +961,7 @@ doFitOutcomeModelPlus <- function(params) {
}
cohortMethodData <- getCohortMethodData(cohortMethodDataFile)

ParallelLogger::logDebug(sprintf("Calling createStudyPopulation(), performing matching etc., and calling fitOutcomeModel() using %s for outcomeID %d",
ParallelLogger::logDebug(sprintf("Calling createStudyPopulation(), performing matching etc., and calling fitOutcomeModel() using %s for outcomeID ",
cohortMethodDataFile,
params$args$createStudyPopArgs$outcomeId))

Expand Down

0 comments on commit 018f701

Please sign in to comment.