Hi everyone,
I have a panel data set, where I observe N individuals during T periods. I observe his wage and his age. I would like to create a NTxK matrix, where N (number of individuals) x T (number of periods) is the number of rows and K (the number of variables, in this case two: age and wage) is the number of columns.
I am trying to do it with command mkmat but I am not able to get what I want.
Anyone can give me help or some hints? Thank you in advanced!
Best,
Diego.
I have a panel data set, where I observe N individuals during T periods. I observe his wage and his age. I would like to create a NTxK matrix, where N (number of individuals) x T (number of periods) is the number of rows and K (the number of variables, in this case two: age and wage) is the number of columns.
I am trying to do it with command mkmat but I am not able to get what I want.
Anyone can give me help or some hints? Thank you in advanced!
Best,
Diego.
Comment