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]

st: converting table into matrix


From   R Zhang <[email protected]>
To   [email protected]
Subject   st: converting table into matrix
Date   Fri, 28 Mar 2014 15:37:18 -0400

Dear all,

I have the following sample code to input data from stata (see below
datahave) and get an output in matrix form. after that i will compute
eigenvalue for this matrix.

the code runs, but the output matrix has some elements misplaced. I
wonder if someone could help correct it.

thanks!
++++++++++++
datahave
clear all
input str20 C_industry str20 S_industry int x
Forestrysupport Forestrysupport 0
Forestrysupport Forestrynursery 0
Forestrysupport logging 0
Forestrynursery Forestrysupport 64
Forestrynursery Forestrynursery 1
Forestrynursery logging 1
logging Forestrysupport 7
logging Forestrynursery 29
logging logging 41
end
++++++++++++

++++++++++++
matrix want
           c1 c2 c3
r1        0    0   0
r2        64   1   1
r3         7    29  41


I would like to replace c1,c2,c3 with variable names Forestrysupport
Forestrynursery  logging

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


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