Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re:st: Append connectivity matrix for TSCS


From   Christopher Baum <[email protected]>
To   "[email protected]" <[email protected]>
Subject   re:st: Append connectivity matrix for TSCS
Date   Wed, 19 Oct 2011 15:20:39 -0400

<>
I would like to calculate a spatial regression model using "spatreg".
I have a dataset with 47 countries over a period of 13 years.
Currently I'm working on the connectivity matrix (w) (or adjacency matrix so to say), which is binary. The connectivity criterion is the fact that two countries share the same official language.

The problem I have now is that the w I have has the size 47x47. Though what I need is one 611x611 (47*13) in order to introduce the time dimension.
The criterion has no variance at all over time, so this facilitates the whole thing a bit I guess.
My idea would be to "inflate" the matrix and fill the newly generated cells with the values of the "mother cells" originating from the original w. Unfortunately I have no idea if that's possible and if so, how. 

If anyone would have a solution for this it would be greatly appreciated since I'm getting a little desperate.


Smells like a Kronecker (direct matrix) product to me.  Mata does Kronecker products.

Kit

Kit Baum   |   Boston College Economics and DIW Berlin   |   http://ideas.repec.org/e/pba1.html
An Introduction to Stata Programming   |   http://www.stata-press.com/books/isp.html
An Introduction to Modern Econometrics Using Stata   |   http://www.stata-press.com/books/imeus.html


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index