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: Error usind Denton
From
Cheikh ibrahima Fall Diop <[email protected]>
To
[email protected]
Subject
st: Error usind Denton
Date
Sun, 15 Sep 2013 22:43:47 +0000
series from an annual series.
I have no succes but i just received the following error
message:unknown function dof.()
This is the contain of the annual serie
year dts
2007 217887
2008 212296
2009 198978
2010 205114
2011 194892
2012 192743
saved as serie1.dta
and the quartely one contins the following datas
qtr inc
2007q1 109
2007q2 99
2007q3 110
2007q4 11
2008q1 98
2008q2 120
2008q3 111
2008q4 107
2009q1 100
2009q2 102
2009q3 101
2009q4 100
2010q1 103
2010q2 104
2010q3 107
2010q4 100
2011q1 99
2011q2 97
2011q3 101
2011q4 110
2012q1 118
2012q2 120
2012q3 111
2012q4 100
saved as serie2.dta
I execute the following commands to interpolate:
use serie1.dta, clear
tsset qtr
use serie2.dta, clear
tsset
year
denton dts using serie3.dta , interp(inc) from(serie1.dta) generate(dtsq)
and the result is unknown function dof.()
*
* 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/