-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
2,486 additions
and
3,999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ | |
# RStudio files | ||
.Rproj.user/ | ||
.Rproj.user | ||
|
||
SignalInjectionTemp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,50 @@ | ||
Package: MethodEvaluation | ||
Type: Package | ||
Title: Package for Evaluation of Estimation Methods | ||
Version: 2.1.0 | ||
Date: 2021-03-19 | ||
Authors@R: c( | ||
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")) | ||
) | ||
Maintainer: Martijn Schuemie <[email protected]> | ||
Description: Resources for the evaluation of the | ||
performance of methods that aim to estimate the magnitude (relative risk) of | ||
the effect of a drug on an outcome. These resources include reference sets for | ||
evaluating methods on real data, as well as functions for inserting simulated | ||
effects in real data based on negative control drug-outcome pairs. Further | ||
included are functions for the computation of the minimum detectable relative | ||
risks and functions for computing performance statistics such as predictive | ||
accuracy, error and bias. | ||
License: Apache License 2.0 | ||
VignetteBuilder: knitr | ||
URL: https://github.com/OHDSI/MethodEvaluation | ||
BugReports: https://github.com/OHDSI/MethodEvaluation/issues | ||
Depends: | ||
R (>= 3.2.0), | ||
DatabaseConnector (>= 3.0.0), | ||
FeatureExtraction (>= 3.0.0), | ||
Cyclops (>= 3.0.0) | ||
Imports: | ||
dplyr, | ||
bit64, | ||
readr, | ||
purrr, | ||
rlang, | ||
SqlRender (>= 1.6.5), | ||
pROC, | ||
ggplot2, | ||
ParallelLogger (>= 2.0.0), | ||
methods, | ||
EmpiricalCalibration | ||
Suggests: | ||
testthat, | ||
DT, | ||
shiny, | ||
knitr | ||
Remotes: | ||
ohdsi/FeatureExtraction | ||
RoxygenNote: 7.1.1 | ||
Encoding: UTF-8 | ||
Package: MethodEvaluation | ||
Type: Package | ||
Title: Package for Evaluation of Estimation Methods | ||
Version: 2.2.0 | ||
Date: 2022-01-21 | ||
Authors@R: c( | ||
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")) | ||
) | ||
Maintainer: Martijn Schuemie <[email protected]> | ||
Description: Resources for the evaluation of the | ||
performance of methods that aim to estimate the magnitude (relative risk) of | ||
the effect of a drug on an outcome. These resources include reference sets for | ||
evaluating methods on real data, as well as functions for inserting simulated | ||
effects in real data based on negative control drug-outcome pairs. Further | ||
included are functions for the computation of the minimum detectable relative | ||
risks and functions for computing performance statistics such as predictive | ||
accuracy, error and bias. | ||
License: Apache License 2.0 | ||
VignetteBuilder: knitr | ||
URL: https://github.com/OHDSI/MethodEvaluation | ||
BugReports: https://github.com/OHDSI/MethodEvaluation/issues | ||
Depends: | ||
R (>= 3.2.0), | ||
DatabaseConnector (>= 4.0.2), | ||
FeatureExtraction (>= 3.0.0), | ||
Cyclops (>= 3.0.0) | ||
Imports: | ||
dplyr, | ||
bit64, | ||
readr, | ||
purrr, | ||
rlang, | ||
SqlRender (>= 1.7.0), | ||
pROC, | ||
ggplot2, | ||
ParallelLogger (>= 2.0.0), | ||
methods, | ||
EmpiricalCalibration | ||
Suggests: | ||
Eunomia, | ||
testthat, | ||
DT, | ||
shiny, | ||
knitr, | ||
rmarkdown | ||
Remotes: | ||
ohdsi/FeatureExtraction, | ||
ohdsi/Eunomia | ||
RoxygenNote: 7.1.2 | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Version: 1.0 | ||
RestoreWorkspace: No | ||
SaveWorkspace: No | ||
AlwaysSaveHistory: No | ||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX | ||
BuildType: Package | ||
PackageInstallArgs: --no-multiarch --with-keep.source | ||
PackageRoxygenize: rd,namespace | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: No | ||
SaveWorkspace: No | ||
AlwaysSaveHistory: No | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX | ||
|
||
BuildType: Package | ||
PackageInstallArgs: --no-multiarch --with-keep.source | ||
PackageRoxygenize: rd,namespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.