Performs log-mean divisia index decomposition analysis on a suitably-formatted data frame.
lmdi( .lmdidata, time = "Year", X = "X", fillrow = NULL, V = "V", Z = "Z", deltaV = "dV", D = "D" )
.lmdidata | a grouped data frame.
Group by columns of variables within which you want an LMDI analysis conducted.
|
---|---|
time | the name of the column in |
X | the name (as a string) of a column in |
fillrow | a row vector of type |
V | the name for the |
Z | the name for the |
deltaV | the name for the |
D | the name for the |
a data frame containing several columns.