Can anyone help with equation by list. In Vuidialog window, I want to specify equation. I know for that problem I could use sipl equation in workfile. But I nead to know how to do that with edit @uidialog, because I want to changing equation in some birer eviews program.
The program is:
smpl @all
%t="1/01/2014"
%d="3/01/2014"
@uidialog("caption","Equatian window","edit",%t,"First date (MM/DD/YYYY)","edit",%d,"Last date (MM/DD/YYYY)","edit", %varyingcoefs, "The regression equation (//thats not work for now )",512)
equation eq1
smpl %t %d
eq1.ls%varyingcoefs' x1 c x1(-1) There is eror in program
smpl %t %d
eq1.forecast(f=na) tmp_yhat tmp_se
series x1f= tmp_yhat
series x1f_se = tmp_se
delete tmp_yhat
delete tmp_se
Write the equation in @uidialog
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Write the equation in @uidialog
- Attachments
-
- program for equating.prg
- (460 Bytes) Downloaded 298 times
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13603
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Write the equation in @uidialog
Code: Select all
eq1.ls {%varyingcoefs} x1 c x1(-1)
Re: Write the equation in @uidialog
Thank you, now understand syntax. The line eq1.ls {%varyingcoefs} properly solve my problem.
Who is online
Users browsing this forum: No registered users and 2 guests
