I-O -table in Rats?
-
koskelo
- Posts: 10
- Joined: Thu Sep 03, 2015 7:41 am
I-O -table in Rats?
Hi,
I´m doing analysis on global value chains and trying to import OECD input-output -matrix into Rats. The problem is that I have headings on the first column and row. Is there any reasonable way to import that kind of (large) data?
Thanks for any answer!
I´m doing analysis on global value chains and trying to import OECD input-output -matrix into Rats. The problem is that I have headings on the first column and row. Is there any reasonable way to import that kind of (large) data?
Thanks for any answer!
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: I-O -table in Rats?
Use the LEFT and TOP options (from the sounds of it, LEFT=2 and TOP=2) on DATA.
-
juustone
- Posts: 17
- Joined: Mon Jul 20, 2015 11:40 am
Re: I-O -table in Rats?
Hi Thomas,
How to I can calculate Basic leontief inver matrix (I-A)^-1 in rats?
Thanks!
How to I can calculate Basic leontief inver matrix (I-A)^-1 in rats?
Thanks!
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: I-O -table in Rats?
inv(%identity(%rows(a))-a)
Is your A matrix so large that that's infeasible?
Is your A matrix so large that that's infeasible?