Learn R Programming

ioanalysis (version 0.3.4)

f.influence.total: Field of Influence (Total)

Description

Calculates the total field of influence for the input-output system using f.influence

Usage

f.influence.total(io)

Arguments

io

An InputOutput class object from as.inputoutput

Value

Returns a matrix of the total field of influence.

Details

The total field of influence calculates the sum of all first order field of influences: $$F^{total} = \sum_i \sum_j F_{i,j}$$ where $$F_{i, j} = L_{.j} L_{i.}$$ such that \(L_{.j}\) is the jth column of the Leontief inverse and \(L_{i.}\) is the ith row of the Leontief inverse.

See Also

f.influence

Examples

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

fit = f.influence.total(toy.IO)

# }

Run the code above in your browser using DataLab