An R package under development, for mining and analysing association rules and frequent patterns using data in the OMOP Common Data Model format.
- Implements association rule mining algorithms.
- Implements frequent pattern mining algorithms.
AssociationRuleMining is implemented in R, making use of SPMF, an open source data mining library written in Java. More to come soon...
Requires R (version 3.4.0 and above) and Java.
-
Advanced users are encouraged to have a look at An introduction for the advanced user, for a quick overview and how to use the package.
-
In the directory /extras there are available .R and .Rmd files ready to be executed against any OMOP-CDM database, once the necessary fields are filled in.
For examples of the complete workflow using the Eunomia package, have a look at
- In production.
- To be announced.
AssociationRuleMining is being developed in R Studio.