leontief: Leontief Inverse of an International Input-Output Table

Description Usage Arguments Value Examples

View source: R/leontief.R

Description

Function calculates the Leontief inverse for a given International Input-Output table.

Usage

1
leontief(iot)

Arguments

iot:

List with elements in a Input-Output Table (load via [load_iot()])

Value

List with elements of Input-Output Table and the Leontief inverse.

Examples

1
2
3
iot <- load_iot("WIOD2013", 2000)
iot <- leontief(iot)
   

sybrendeuzeman/WIOD_package documentation built on Jan. 29, 2020, 9:07 p.m.