Skip to content

What counts as a symmetric input-output table? #24

@giuliogcantone

Description

@giuliogcantone

I have a custom table in this format:

tibble(
  Buyer = c("A","B","Total"),
  A = c(1,2,3),
  B=c(3,4,7),
  Total=c(4,6,10)
) -> data

I am asked to convert this format into a causative matrix.
I have no idea what a causative matrix is, but I noticed that in your package, a preliminary step to reach Leontief/Ghosh is to convert the tibble with output_coefficient_matrix_create(), or analogous commands.
However, if I process data with output_coefficient_matrix_create(), I get the error that arguments have different numbers of rows.

Given that my data are formatted as data, what do I need, to output a Leontief or a Ghosh?
To my understanding, the causative matrix is a combination of both of them.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions