dmai
: Divisia Monetary Aggregates Index
Version : 0.5.0; Copyright (C) 2018-2024: License: GPL-2|GPL-3
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")
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},
}