Skip to content

[Under development] An R package for the evaluation of estimation methods

Notifications You must be signed in to change notification settings

solie/MethodEvaluation

 
 

Repository files navigation

MethodEvaluation

Introduction

This R package contains 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.

Features

  • Contains the OMOP and EU-ADR reference set for evaluating method performance using real data.
  • Function for inserting simulated effects in real data based on negative control drug-outcome pairs.
  • Function for computation of the minimum detectable relative risk (MDRR)
  • Functions for computing predictive accuracy, error, and bias

Technology

MethodEvaluation is a pure R package.

Dependencies

  • DatabaseConnector
  • SqlRender
  • FeatureExtraction
  • Cyclops

Getting Started

  1. On Windows, make sure RTools is installed.
  2. The DatabaseConnector and SqlRender packages require Java. Java can be downloaded from http://www.java.com.
  3. In R, use the following commands to download and install CohortMethod:
install.packages("devtools")
library(devtools)
install_github("ohdsi/SqlRender") 
install_github("ohdsi/DatabaseConnector") 
install_github("ohdsi/Cyclops") 
install_github("ohdsi/FeatureExtraction") 
install_github("ohdsi/MethodEvaluation") 

Getting Involved

License

MethodEvaluation is licensed under Apache License 2.0

Development

MethodEvaluation is being developed in R Studio.

Development status

Build Status

Currently under development. Do not use.

Acknowledgements

  • This project is supported in part through the National Science Foundation grant IIS 1251151.

About

[Under development] An R package for the evaluation of estimation methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.4%
  • Shell 0.6%