We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here:
https://iotables.dataobservatory.eu/articles/intro.html
It says that
input_coefficient_matrix_create( data_table = germany_io, digits = 4)
and
coefficient_matrix_create( data_table = iotable_get( labelling = "iotables" ), total = "output", return_part = "products", households = FALSE, digits = 4)
Are equivalent.
But they are not because the second keeps the raw total.
total
When these two outputs are processed through
leontief_matrix_create()
The outputs differ.
The text was updated successfully, but these errors were encountered:
antaldaniel
No branches or pull requests
Here:
https://iotables.dataobservatory.eu/articles/intro.html
It says that
and
Are equivalent.
But they are not because the second keeps the raw
total
.When these two outputs are processed through
leontief_matrix_create()
The outputs differ.
The text was updated successfully, but these errors were encountered: