Hi. I'm trying to estimate the natural interest rate. Unfortunately, I have run into the following complication:
This is the model:
Code:
tsset YEAR
constraint 1 [u1]n_t = 1
constraint 2 [u1]ar = 1
constraint 3 [u3]L.u3 = 1
constraint 4 [u3]L.u4 = 1
constraint 5 [u3]L.n_t = 1
constraint 6 [u4]L.u4 = 1
constraint 7 [u5]L.u5 = 1
constraint 8 [lne]u5 = 1
constraint 9 [lngdp]u3 = 1
sspace (u1 u4 n_t u2, state noerror noconstant) ///
(ar L.ar, state noconstant) ///
(u3 L.u3 L.u4 L.n_t, state noconstant) ///
(u4 L.u4, state noconstant) ///
(u5 L.u5, state noconstant) ///
(lngdp u3 L.lngdp-L.u3 L2.lngdp-L2.u3 L.rshi-L.u1+L2.rshi-L2.u1 L.lne-L2.lne, noconstant) ///
(pai L.pai L.lngdp-L.u3 L.lne-L.u5, nonconstant) ///
(lne u5 L.lngdp-L.u3, noconstant), ///
constraints(1/9) covstate(diagonal)
Hope anyone can share any thoughts and possible solutions about this problem.
Thank you very much.
Related Posts with problems in state equations of sspace
Commands to summarize a dataset (i.e., alternatives to codebook, describe, and sum, or ones that combine several of these outputs)Hi, I once saw either a Stata conference presentation or a Stata Journal article that had a series o…
cmp procedure to fit a model with sample selection and non-random treatment assignmentHi all, I just came across a STATA procedure called “cmp”. I am wondering if the “cmp” procedure c…
Estimating CES function three level (Borjas 2003) Hi, I look for thr means to build my database. Indeed in the context of my memory it will be quest…
asdoc commandHello everybody, I am using this formula "asdoc estimates table est1 est2 est3 est4 est5 est6 est7, …
No F-test valueHi, can anyone help me on how to deal with the problem of missing F-test value? Code: Multiple-i…
Subscribe to:
Post Comments (Atom)
0 Response to problems in state equations of sspace
Post a Comment