Bookmark and Share

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]

Re: st: RE: nonlinear regression using GMM


From   Usman Gilani <[email protected]>
To   [email protected]
Subject   Re: st: RE: nonlinear regression using GMM
Date   Wed, 02 Jan 2013 15:35:11 +0000

Dear Al Feiveson,

thanks that is really helpful. 
below is the complete model that i'm interested in 

actually its a partial adjustment model 

y_(it)= (1-{b0})*y_(i.t-1)+{b0}*y*_(it) eq(1)

where y*_(it) is the desired value, 

 y*_(it)={a1}*w1_(it)+{a2}*w2_(it)+{a3}*w3_(it)+{a4}*w4_(it)+{a5}*w5_(it)+{a6}*w6_(it)+e_(it) eq(2)

{b0} is the speed of adjustment coefficient, which is a function of

 {b0}=(a0)*DP_(it) eq(3)

after substituting eq.(2) and eq.(3) in eq(1) i get the following

y_(it) = ({a0}*{a1}*w1_(it)*DP+(1-{a0}*DP)*y_(i,t-1)+{a0}*{a2}*DP_(it)*w2_(it)+{a0}*{a3}*DP_(it)*w3_(it)+{a0}*{a4}*DP_(it)*w4_(it)+{a0}*{a5}*DP_(it)*w5_(it)+{a0}*{a6}*DP_(it)*w6_(it))+e_(it)


so this the final model with following 7 unknown parameters
{a0,a1…,a6}

now i'm interested in estimating the above model with GMM in STATA 12.

i'm putting the following equation in stata GMM equation box

({a0}*{a1}*w1*DP+(1-{a0}*DP)*lr1+{a0}*{a2}*DP*w2+{a0}*{a3}*DP*w3+{a0}*{a4}*DP*y1+{a0}*{a5}*DP*y2+{a0}*{a6}*DP*y3)

please suggests me how can I perform this estimation 

thanks,

regards
Gilani


On 2 Jan 2013, at 14:30, "Feiveson, Alan H. (JSC-SK311)" <[email protected]> wrote:

Usman -I assume what you have written is the right-hand side of E(Y|DP, lr1, etc.) where Y is your dependent variable. If so, this looks linear to me if you re-parameterize as follows:


E(Y'|lr1, DP, etc.) = A0*w1*DP + A1*DP*lr1 + A2*DP*w2 + A3*DP*w3 + A4*DP*y1 + A5*DP*y2 + A6*DP*y3

where Y' = Y - lr1 and where A0 = {a0}*{a1}, A1 = {a0}, A2 = {a0}*{a2},  etc.


Thus, you have a an equation that is linear in 7 parameters (A0, A1, .., A6)



Al Feiveson



From: [email protected] [mailto:owner-[email protected]] On Behalf Of Usman Gilani
Sent: Wednesday, January 02, 2013 5:39 AM
To: [email protected]
Subject: st: nonlinear regression using GMM

Dear members,
I have a panel data (unbalanced) and want to run a nonlinear regression using GMM.
my nonlinear equation looks like as follow
({a0}*{a1}*w1*DP+(1-{a0}*DP)*lr1+{a0}*{a2}*DP*w2+{a0}*{a3}*DP*w3+{a0}*{a4}*DP*y1+{a0}*{a5}*DP*y2+{a0}*{a6}*DP*y3)
 can i do this in STATA 12. I'm new to stata. It would be great if anybody help me doing this analysis. 

thanks 

*
*   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/



© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index