R Package for Info-Metrics

Contributors

Jambal Ganbaatar (Bank of Mongolia)

Installation Instructions

  1. Install the devtools package.

    install.package("devtools")
  2. Activate the devtools package.

    library(devtools)
  3. Install the infometrics package.

    install_github("ganba/infometrics")
  4. Activate the infometrics package.

    library(infometrics)
  5. Access help files.

    help(package="infometrics")