Hi everyone,
I have panel data from Compustat, and I'm trying to calculate a variable called change in cash (chche), the variable cash is give by che.
I tried doing
gen chche = d.che
And I'm getting the following error: "time variable not set"
I probably need to run some other commands before generating that variable, but I'm not sure what and how to do it. Here's the link to my data file: https://drive.google.com/open?id=0B1...VR3QXBmU3lMNms
Any help will be greatly appreciated. Thanks!
I have panel data from Compustat, and I'm trying to calculate a variable called change in cash (chche), the variable cash is give by che.
I tried doing
gen chche = d.che
And I'm getting the following error: "time variable not set"
I probably need to run some other commands before generating that variable, but I'm not sure what and how to do it. Here's the link to my data file: https://drive.google.com/open?id=0B1...VR3QXBmU3lMNms
Any help will be greatly appreciated. Thanks!
Comment