Skip to contents

dmai: Divisia Monetary Aggregates Index

Muhammad Yaseen1,2, Ahmad Nadeem3
  1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
  2. Department of Mathematics & Statistics, University of Agriculture Faisalabad, Pakistan
  3. State Bank of Pakistan, Karachi, Pakistan

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

develVersion

Project Status: WIP lifecycle Last-changedate ***

Description

Functions to calculate Divisia monetary aggregates index as given in Barnett, W. A. (1980) (DOI:10.1016/0304-4076(80)90070-6).

Installation

The package can be installed from CRAN as follows:

install.packages("dmai", dependencies = TRUE)

The development version can be installed from github as follows:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/dmai")

What’s new

To know whats new in this version type:

news(package = "dmai")

Citing dmai

To cite the methods in the package use:

citation("dmai")
To cite package 'dmai' in publications use:

  Muhammad Yaseen, Ahmad Nadeem (2024). _dmai: Divisia Monetary
  Aggregates Index_. R package version 0.5.0,
  <https://CRAN.R-project.org/package=dmai>.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {dmai: Divisia Monetary Aggregates Index},
    author = {{Muhammad Yaseen} and {Ahmad Nadeem}},
    year = {2024},
    note = {R package version 0.5.0},
    url = {https://CRAN.R-project.org/package=dmai},
  }