Hi there,
I'm trying to first difference my variable on industrial production, but all I get are missing values. What am I doing wrong?
clear
input int DATE double INDPRO
6940 53.2837
6971 53.5675
6999 53.7364
7030 53.1571
7060 53.5566
7091 53.5534
7121 53.4808
7152 53.1195
7183 53.1786
7213 53.4617
7244 53.409
7274 53.4536
7305 53.7071
7336 53.7262
7365 53.5481
tset DATE, monthly
gen IP = L.INDPRO
Why is this yielding noting but missing values?
Related Posts with First Differencing Error
Rearrange panel data in STATADear all, I have several datasets I would like to merge, however, they are set up differently. What…
line breaks in command -global-Dear all,How can I break line in the command -global-.I use "///" ,but I get error.My codes in dofil…
Plot different characterisitics of an observationDear Stata-community, I am using Stata 16. I have a dataset with peace agreements, their duration, a…
Printing out balance tableEDIT: Formatting of tables and code in this post got messed up. View my post below to see correct fo…
Simple table outputDear STATA users, I want a simple table output in word, however i can't seem to create it by just S…
Subscribe to:
Post Comments (Atom)
0 Response to First Differencing Error
Post a Comment