ioanalysis

[Getting Started Documentation]

install.packages('ioanalysis')

library(ioanalysis)

help(package = 'ioanalysis')

This package is intended to help researchers and policy makers conduct analysis on multi-regional input-output systems. Since IO systems come in various shapes and sizes, ioanalysis is centered around an InputOuput object, which standardizes these systems and all relevant matrices. Once the InputOutput object is created, the functions in the package are straightforward to use.

Overall, there are four classes of functions in the package, centered around IO system manipulation, static analysis, dynamic analysis, and matrix visualization. The package currently has the following functions:

1. IO System Manipulation

    • agg.region()

    • agg.sector()

    • check.RS()

    • easy.select()

    • locate.mismatch()

2. Static Analysis

    • export.coef() & import.coef()

    • export.matrix() & import.matrix()

    • f.influence()

    • f.influence.total()

    • feedback.loop()

    • feedback.loop.matrix()

    • inverse.important()

    • key.sector()

    • linkages()

    • multipliers()

    • vs()

3. Dynamic Analysis

    • extraction()

    • lq()

    • mpm()

    • output.decomposition()

    • ras()

    • rsp()

4. Matrix Visualization

    • heatmap.io()

    • hist3s.io()

5. Disaggregating Input-Output Systems

    • disaggregate()