Search found 7 matches
- Fri Oct 04, 2013 11:44 am
- Forum: Programming
- Topic: Problem Adding Variables to Group
- Replies: 1
- Views: 2036
Problem Adding Variables to Group
I'm generating a series that is a combination of other series for a number of variables. However, when I run the program with the code, it only generates the variable for the very last item in the loop command and adds that to the group I'm trying to create. What I have coded is below. What am I doi...
- Wed Oct 02, 2013 6:41 am
- Forum: Programming
- Topic: Calculating and assigning percentiles as values
- Replies: 6
- Views: 6549
Re: Calculating and assigning percentiles as values
Thanks for that. My issues is that I'm still having trouble programming to get the result. I'm getting errors about the arguments used. Maybe I'll re-explain how I've got the file set up in case I've done something wrong. As an example of the data I have, I've uploaded this file ( Test.xlsx ). In re...
- Thu Sep 26, 2013 4:19 pm
- Forum: Programming
- Topic: Calculating and assigning percentiles as values
- Replies: 6
- Views: 6549
Re: Calculating and assigning percentiles as values
I'm wondering if anyone can confirm for the the proper arguments to include in the @quantilesby command.
If I want to calculate the 10th percentile for the GDP variable of a group of countries should the command language be:
If I want to calculate the 10th percentile for the GDP variable of a group of countries should the command language be:
Code: Select all
@quantilesby(GDP,Group_A, 0.1)
- Mon Sep 09, 2013 8:44 am
- Forum: Programming
- Topic: Calculating and assigning percentiles as values
- Replies: 6
- Views: 6549
Re: Calculating and assigning percentiles as values
For percentiles by subgroup, try @quantilesby. Thanks for the suggestion! I've never used that coding before, so how would I set up the arguments? Reading the help file I think it would be something like below, is that correct? Is it possible to name the @quantilesby result? @quantilesby(GDP,Group_...
- Mon Sep 09, 2013 6:34 am
- Forum: Programming
- Topic: Calculating and assigning percentiles as values
- Replies: 6
- Views: 6549
Re: Calculating and assigning percentiles as values
Since there hasn't been a reply, I'm wondering if I could break this down a bit:
-Are there any commands in programming that allow you to calculate percetile values within a group?
-Are there any commands in programming that allow you to calculate percetile values within a group?
- Wed Sep 04, 2013 1:19 pm
- Forum: Programming
- Topic: Calculating and assigning percentiles as values
- Replies: 6
- Views: 6549
Calculating and assigning percentiles as values
I'm working on a program where I have a number of countries and a number of variables. For some variables for some countries the data is missing or unreported. What I'd like to do (and am not sure how to program in Eviews) would be to include in the program coding is language that does the following...
- Wed Sep 04, 2013 8:06 am
- Forum: Programming
- Topic: Coding to Return Different Values
- Replies: 1
- Views: 1676
Coding to Return Different Values
Hello, I'm working on a program where I have a series of countries where each country has two variables that I want to create an identity out of. I'd also like to write the program so it returns "NA" if the identity equals one of the values (I know that some of the countries are missing th...
