coefficient: Find the coefficient matrix of an International Input-Output...

Description Usage Arguments Value Examples

View source: R/coefficient.R

Description

Function calculates the coefficient matrix for a given International Input-Output table.

Usage

1

Arguments

iot:

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

Value

The coefficient matrix of the Input-Output Table.

Examples

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

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