Installation

Currently, this package is only available on Github, so please use devtools to install this package.

if (!require(devtools)) {
  
  install.packages('devtools')
  library(devtools)
  
}

install_github('robertschnitman/dm')
library(dm)