Multi-Dimensional Analysis (MDA) is a complex statistical procedure developed by Douglas Biber. It is largely used to describe language as it varies by genre, register, and use.
MDA is a specific application of factor analysis. Thus, it rests on the co-occurence of linguistic features -- a full description of the procedure can be found here. Typically, the features that are measured are syntactic categories (like passive contructions), lexical classes (like nouns), or functional categories (like hedges). The categories Biber used in his research are documented in the corpora package and the pseudobibeR package
The mda.biber package contains functions for carrying out the calculations needed to describe and plot MDA results: dimension scores, dimension means, and factor loadings.
Use devtools to install the package.
devtools::install_github("browndw/mda.biber")
The package documentation is available on readthedocs.