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]

st: RE: VEC command and aconstraints option


From   DE SOUZA Eric <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: RE: VEC command and aconstraints option
Date   Tue, 24 May 2011 18:06:39 +0200

This is because -aconstraints- puts a restriction on the alpha matrix, whereas your constraint does not concern the alpha matrix.
Here is an example of constraints  in the -vec- command:

* IMPOSE RESTRICTIONS ON BETA
constraint 1 [_ce1]mp = 1
constraint 2 [_ce1]y = -1
constraint 3 [_ce1]dp = [_ce1]r
constraint 4 [_ce1]_trend = 0
constraint 5 [_ce2]mp = 0
constraint 6 [_ce2]y = 1

* IMPOSE CONSTRAINTS ON ALPHA
constraint 7 [D_y]L._ce1 = 0
constraint 8 [D_dp]L._ce1 = 0
constraint 9 [D_r]L._ce1 = 0
constraint 10 [D_mp]L._ce2 = 0

* RESTRICTED VECTOR ERROR CORRECTION MODEL
vec mp y dp r, lags(2) rank(2) alpha trend(rtrend) aconstraints(7/10) bconstraints(1/6)


Eric de Souza
College of Europe
Brugge (Bruges), Belgium
http://www.coleurope.eu




-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Kevin Amess
Sent: 24 May 2011 16:34
To: [email protected]
Subject: st: VEC command and aconstraints option

Hello,

I am having a problem with placing constraints on adjustment parameters in a VECM model.

When I run:
constraint 1 [D_leqlibor]LD.llbovalue_real=0 vec llbovalue_real lgfcf_bi_real lFTSEallshare leqlibor if tin(1979q1,), lags(2) aconstraints(1)

I receive the following error message:
[LD.llbovalue_real] not found
r(111);

Could anyone advise as to what I am doing wrong?

Kevin.

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


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