included obs data member
Moderators: EViews Gareth, EViews Moderator
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
included obs data member
Could we have a member for estimated equations that gives a dummy variable for included observations?
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: included obs data member
It would be a proc, rather than a data member.
But then, it would be pretty similar to the makeresid proc.
But then, it would be pretty similar to the makeresid proc.
-
EViews Glenn
- EViews Developer
- Posts: 2682
- Joined: Wed Oct 15, 2008 9:17 am
Re: included obs data member
Code: Select all
eq1.makeresid myresid
series isineq = @isna(myresid)=0-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: included obs data member
Yeah, I usually remember this...eventually. It would still be cool to have it as a member of the equation though.Code: Select all
eq1.makeresid myresid series isineq = @isna(myresid)=0
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: included obs data member
Series cannot be data members
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: included obs data member
Maybe that could be changed???
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: included obs data member
No, because you can move objects between pages and workfiles, their data members cannot be workfile structure dependent, which rules out series.
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: included obs data member
vector? or is that too risky?
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: included obs data member
Could do, but a) it isn't as useful as a series, and going from the vector to the series is about as easy as just using the residual series, and b) as soon as you move the equation, the vector is meaningless.
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: included obs data member
Hmmm. Could you include a series member that got wiped when moved between pages? Or would that be too hard with the underlying plumbing?
Return to “Suggestions and Requests”
Who is online
Users browsing this forum: No registered users and 2 guests
