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
IV Tobit Type-2 CommandLong time reader, first-time poster! I am analysing a data set where my dependent variable (expense…
Interaction effect outliers?I am very new to STATA and doing research. Something I do not quite understand. I am looking into a…
clustering robust standard errors in one wave datasetHello, I have a one wave dataset of 158 firms, is it useful to cluster the standard errors? If so, …
Scaling a variable by another variableHi everyone, I need to calculate a variable as the standard deviation of another variable scaled by…
Margins after MixedHey all, I'm running a 2-level model using the - mixed - command. Can I use the regular - margins -…
Subscribe to:
Post Comments (Atom)
0 Response to First Differencing Error
Post a Comment