Search found 61 matches

by tho_mi
Sat Mar 25, 2017 4:07 pm
Forum: Estimation
Topic: Quantile Regression and Forecast
Replies: 2
Views: 2623

Re: Quantile Regression and Forecast

Ah, thanks for the hint. I just used the command, so I didn't see that. Is there an option to deactivate that?

Edit:
Already found the answer. "f=na" solves the problem.
by tho_mi
Sat Mar 25, 2017 1:43 pm
Forum: Estimation
Topic: Quantile Regression and Forecast
Replies: 2
Views: 2623

Quantile Regression and Forecast

Hey,

I use the quantile regression on a subsample in order to get predicted values. The problem is, Eviews automatically "fills" the predicted values with the actual values outside my subsample. Deleting these values is quite straightforward, but to me this seems to be a bug?

Best,
Thomas
by tho_mi
Sat Mar 25, 2017 10:46 am
Forum: Estimation
Topic: Marginal effects for binary models
Replies: 3
Views: 4846

Marginal effects for binary models

Hey, I'm aware of the fact that there are already threads covering this topic, but since those are pretty old (and basically no one has used them for years) and I have some new/additional questions, I decided that opening a new one might be appropriate. While the "theory" on the calculatin...
by tho_mi
Tue Mar 21, 2017 1:05 pm
Forum: Estimation
Topic: ROC curve
Replies: 23
Views: 22496

Re: ROC curve

This might be a bit late, but I also ran into problems using the code (even though it worked perfectly fine using another sample). After experimenting for about two hours I found out that the problems was the last row of "_XXSDATA". Both entries were zero and in the code there is the while...
by tho_mi
Tue Mar 21, 2017 8:05 am
Forum: Programming
Topic: Information on observations used in regression
Replies: 2
Views: 2659

Re: Information on observations used in regression

Oh, of course, didn't think about that. Thank you!
by tho_mi
Tue Mar 21, 2017 7:29 am
Forum: Programming
Topic: Information on observations used in regression
Replies: 2
Views: 2659

Information on observations used in regression

Hey,

in Stata it's possible to get information on the observations which have been used in the regression (and therefore it's also possible to select subsets using this information). Is there something similar in eViews?

Thanks in advance!

Best,
Thomas
by tho_mi
Sun Mar 19, 2017 10:16 am
Forum: Programming
Topic: Graphs and Panel data - setobslabel
Replies: 0
Views: 2238

Graphs and Panel data - setobslabel

Hey, I have a workfile with panel data and I'd like to plot data for a single cross-section. While plotting itself is straightforward (I just limit the sample and create the plot then), eViews labels the x-Axis using the cross-section id and the time id. Instead I'd only like have the date/time id. ...
by tho_mi
Sun Mar 19, 2017 10:06 am
Forum: Programming
Topic: Tuning the stats table (of a group object)
Replies: 4
Views: 3512

Re: Tuning the stats table (of a group object)

Thanks, I'll try that!
by tho_mi
Sun Mar 19, 2017 8:15 am
Forum: Programming
Topic: Tuning the stats table (of a group object)
Replies: 4
Views: 3512

Re: Tuning the stats table (of a group object)

The problem is, the code is for a workshop and using add-ins is always a bit of a problem.

I guess that means directly manipulating the table without create it all by myself isn't possible?
by tho_mi
Sat Mar 18, 2017 10:21 am
Forum: Programming
Topic: Tuning the stats table (of a group object)
Replies: 4
Views: 3512

Tuning the stats table (of a group object)

Hey,

I'd like to show some summary statistics for certain variables. The statistics I get by using the stats command are nice, but not sufficient. I'd like to add certain quantiles of the variables to the table. Is there any possibility to do this?

Thanks in advance!

Best,
Thomas
by tho_mi
Tue Sep 13, 2016 10:05 am
Forum: Data Manipulation
Topic: Frequency conversion and linear interpolation
Replies: 2
Views: 3320

Re: Frequency conversion and linear interpolation

Oh, I expected this to work for panels too. Good to know. Thanks!
by tho_mi
Tue Sep 13, 2016 9:46 am
Forum: Data Manipulation
Topic: Frequency conversion and linear interpolation
Replies: 2
Views: 3320

Frequency conversion and linear interpolation

Hey, I'm using EViews 9.5. I've got an unbalanced panel with annual data containing a lot of NAs. I'd like to change the frequency to quarterly (by linearly interpolating the data). I'm aware of the copy&paste method, but no matter which conversion method I choose, the annual value is always jus...
by tho_mi
Tue Nov 17, 2015 11:11 am
Forum: Programming
Topic: Get variable names and values as strings
Replies: 8
Views: 7054

Re: Get variable names and values as strings

EViews Gareth wrote:

Code: Select all

%mytitle = %seriesname + "test"
gr1.addtext(t) {%mytitle}


Perfect, thanks a lot!
by tho_mi
Tue Nov 17, 2015 10:37 am
Forum: Programming
Topic: Get variable names and values as strings
Replies: 8
Views: 7054

Re: Get variable names and values as strings

EViews Gareth wrote:Using + works.


Not really?

Code: Select all

gr1.addtext(t) %seriesname + "test"


gives

Code: Select all

"loggdp" + "test"
by tho_mi
Tue Nov 17, 2015 9:19 am
Forum: Programming
Topic: Get variable names and values as strings
Replies: 8
Views: 7054

Re: Get variable names and values as strings

Strange, I tried something similar before (which I also found here), but that didn't work. Whatever, this works now, thanks! Two more questions: 1. How do I concatenate strings? Using just a "+" leads to "loggdp" + string1 %seriesname alone as title works fine, there are no quota...

Go to advanced search