The R
package LMDIR
provides an implementation of log-mean divisia index decomposition analysis in R (LMDIR) based on Ang (2005).
You can install LMDIR
from github with:
# install devtools if not already installed
# install.packages("devtools")
devtools::install_github("MatthewHeun/LMDIR")
# To build vignettes locally, use
devtools::install_github("MatthewHeun/LMDIR", build_vignettes = TRUE)
The functions in this package were first used in the paper Heun et al. (2019).
Find more information, including vignettes and function documentation at https://MatthewHeun.github.io/LMDIR/.