output_multiplier: Output multiplier

View source: R/leontief-matrices.R

output_multiplierR 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)

leontief documentation built on Aug. 31, 2025, 5:07 p.m.