Learn R Programming

ioanalysis (version 0.3.4)

toy.IO: An example dataset of class InputOutput

Description

An object of InputOutput class created from toy.FullIOTable using as.inputoutput.

Usage

data("toy.IO")

Arguments

Value

Z

Intermediate Transactions

RS_label

Column matrix of labels for region and sector

f

Final Demand

f_label

Row matrix of labels for accounts for f

E

Exports

E_label

Row matrix of labels for exports by sector and region for E

X

Total Production

V

Value added

V_label

Column matrix of labels for types of value added for V

M

Imports

M_label

Colum matrix of labels for type of imports for M

A

Technical Coefficients

L

Leontief Inverse

Format

toy.IO is a list with 14 elements: 7 matrices and 7 labels.

Examples

Run this code
# NOT RUN {
data(toy.IO)
class(toy.IO)
# }

Run the code above in your browser using DataLab