Skip to content

Commit

Permalink
Update ManageDiagnostics.R
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard authored Sep 19, 2024
1 parent c22e261 commit b0464d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extra/ManageDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ diagnosticsLit <- diagnostics %>%
(minEquipoise > 0.5)
))

diagnosticsHtnNoOc <- diagnosticsHtn %>%
filter(databaseId != "US_Open_Claims")

diagnosticsLitNoOc <- diagnosticsLit %>%
filter(databaseId != "US_Open_Claims")

Expand Down

0 comments on commit b0464d1

Please sign in to comment.