I-O -table in Rats?
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!
Re: I-O -table in Rats?
Use the LEFT and TOP options (from the sounds of it, LEFT=2 and TOP=2) on DATA.
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!
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?