Skip to contents

Computes Leontief-style multipliers and final-demand elasticities for each country-year matrix bundle.

Usage

compute_sube(
  matrix_bundle,
  inputs,
  metrics = c("GO", "VA", "EMP", "CO2"),
  diagonal_adjustment = 1,
  zero_replacement = 1e-06
)

Arguments

matrix_bundle

A `sube_matrices` object.

inputs

Industry-level input data including `GO`.

metrics

Metrics to compute.

diagonal_adjustment

Value added to the supply diagonal before inversion.

zero_replacement

Replacement value for zero `GO` elements.

Value

A `sube_results` object with summary tables, tidy results, diagnostics, and coefficient matrices.