Hi all,
I've a maybe somewhat trivial question, but one I couldn't google the answer to.
I'm trying to look at a matrix generated by a user-written command (spmat .., geoda , to be exact). There is an option to convert this into a MATA object (spmat getmatrix). So I now have this object, but how do I look at it? In STATA I would use matrix list myobj. Does something like this exist for MATA? If not, what command would you use to turn it into a .dta file (or normal STATA matrix) ?
If you could help me here I would be grateful.
Tim Umbach
I've a maybe somewhat trivial question, but one I couldn't google the answer to.
I'm trying to look at a matrix generated by a user-written command (spmat .., geoda , to be exact). There is an option to convert this into a MATA object (spmat getmatrix). So I now have this object, but how do I look at it? In STATA I would use matrix list myobj. Does something like this exist for MATA? If not, what command would you use to turn it into a .dta file (or normal STATA matrix) ?
If you could help me here I would be grateful.
Tim Umbach
Comment