mpm: Multiplier Product Matrix

Description Usage Arguments Details Value Author(s) References Examples

View source: R/mpm.R

Description

mpm calculates the multiplier product matrix using an InputOutput object calculated from as.inputoutput. The method is described below.

Usage

1
mpm(io)

Arguments

io

An InputOutput class object from as.inputoutput

Details

Let L be the Leontief inverse. Then the multiplier product matrix M is calculated as follows:

M = 1/v L_c L_r

where v = t(1) L 1 such that 1 is a column matrix of ones, L_c = L 1 is a column matrix of row sums, and L_r = t(1) L is a row matrix of column sums.

Value

M

Multiplier Product Matrix

Author(s)

John J. P. Wade

References

Nazara, Suahasil & Guo, Dong & Hewings, Geoffrey J.D., & Dridi, Chokri, 2003. "PyIO. Input-Output Analysis with Python". REAL Discussion Paper 03-t-23. University of Illinois at Urbana-Champaign. (http://www.real.illinois.edu/d-paper/03/03-t-23.pdf)

Examples

1
2
3

Example output

Loading required package: ggplot2
Loading required package: plot3D
Loading required package: lpSolve
Warning message:
no DISPLAY variable so Tk is not available 
[1] "InputOutput"

ioanalysis documentation built on Jan. 13, 2021, 5:16 p.m.

Related to mpm in ioanalysis...