output_multiplier {leontief}R Documentation

Output multiplier

Description

Output multiplier

Usage

output_multiplier(L)

Arguments

L

Leontief inverse matrix

Examples

set.seed(200100)
L <- matrix(rnorm(100), nrow = 10)
output_multiplier(L)

[Package leontief version 0.3 Index]