Search found 37 matches
- Fri May 11, 2018 11:09 am
- Forum: Data Manipulation
- Topic: Pie Graph data
- Replies: 2
- Views: 5512
Re: Pie Graph data
thanks
- Fri May 11, 2018 10:19 am
- Forum: Data Manipulation
- Topic: Pie Graph data
- Replies: 2
- Views: 5512
Pie Graph data
Hi
Can you tell me how to display data within a pie graph (%).
thanks
Can you tell me how to display data within a pie graph (%).
thanks
- Tue Jul 05, 2016 9:49 am
- Forum: Programming
- Topic: code to save fcstavg tables to a spool
- Replies: 2
- Views: 4782
- Tue Jul 05, 2016 9:39 am
- Forum: Programming
- Topic: code to save fcstavg tables to a spool
- Replies: 2
- Views: 4782
code to save fcstavg tables to a spool
Using Eview's 9.5 - having trouble saving output from fcstavg commands to a predefined spool named spool1 here's the code: v1606354.sheet v1606354.fcastavg(wgttype=aic) eq1 eq2 eq3 eq4 eq5 spool1.append vi606354.sheet tried to freeze the output and save but to no avail - suggestions - thanks
- Wed Oct 07, 2015 2:15 pm
- Forum: Programming
- Topic: for loop using strings and widcards
- Replies: 1
- Views: 3911
for loop using strings and widcards
Hi - Using eviews 9 enterprise I have a dataset where the major identifier (variable) is a string called "projectnum" with a "-" stuck in the middle. Like this: 21838-0004 21838-0007 02101-0005 03901-0001 etc I'm using a FOR loop AND a WILDCARD to pull each record associated with...
- Tue Sep 15, 2015 11:48 am
- Forum: Data Manipulation
- Topic: export statsby tables to a dbase
- Replies: 4
- Views: 6645
Re: export statsby tables to a dbase
thanks - big help
mark
mark
- Tue Sep 15, 2015 11:32 am
- Forum: Data Manipulation
- Topic: export statsby tables to a dbase
- Replies: 4
- Views: 6645
Re: export statsby tables to a dbase
works for the stats summary tables I want to save the fields and data elements from each table(s) to the dbase (not the tables) Each table varies in dimension - the number and names of fields vary table to table (300 or so) The complete set of field names is common to all ables but the the number an...
- Tue Sep 15, 2015 10:19 am
- Forum: Data Manipulation
- Topic: export statsby tables to a dbase
- Replies: 4
- Views: 6645
export statsby tables to a dbase
Hi Using EV9 enterprise Issue - looping over a sample size of 300 projects to generate summary stats by each projects - I'd like to export vectors in each table to a common dbase. I can export to csv files using the code below, however, given each project has varying attributes - the number of colum...
- Mon Aug 24, 2015 2:17 pm
- Forum: Programming
- Topic: program to save tables of various sizes to csv in a loop
- Replies: 2
- Views: 4517
Re: program to save tables of various sizes to csv in a loop
THANKS FOR POINTING THE "R=" OUT - REMOVED IT AND THINGS RUN SMOOTH - DUH...
- Mon Aug 24, 2015 11:45 am
- Forum: Programming
- Topic: program to save tables of various sizes to csv in a loop
- Replies: 2
- Views: 4517
program to save tables of various sizes to csv in a loop
Hi I'm using a loop to generate then save tables that vary in size to csv files. Each table varies in dimension - the number of rows and columns differ table to table about 30 or so in total. I'm usng EV9 - enterprise edition and here is this is the code I use to export the cvs file: p{%2}.save(r=B8...
- Fri Nov 18, 2011 4:57 pm
- Forum: Data Manipulation
- Topic: Code to store
- Replies: 1
- Views: 3745
Code to store
Using eviews 7.2 Do you have some code that will allow me to save cross section means over a specified time structure in a new page. Right now I do it manually using stats by classification then save it to a new page - I would prefer execute a number of samples then save the means by classification ...
- Tue Mar 08, 2011 4:35 pm
- Forum: Data Manipulation
- Topic: sampe
- Replies: 1
- Views: 4036
sampe
eviews 7 I have daily data spanning 20 years. I have spit the date (d/m/yyyyy) into day, month and year. I am attempting to sample based on a 14 day period common across all 20 years. having a problem when the sample spans more than one month. So, for example, I'd like to sample the period May 28 th...
- Wed Feb 16, 2011 1:41 pm
- Forum: Data Manipulation
- Topic: panel data manipulation
- Replies: 1
- Views: 4480
panel data manipulation
Using 7.1 I am trying to create a series which calculates and stores the cumulative sum of a variable (QTY) for each and every quarter. I am using an unbalanced panel data set comprised of multiple projects in each quarter. Trying to the sum QTY across projects in each quarter and store the sum for ...
- Fri Feb 04, 2011 9:49 am
- Forum: Programming
- Topic: tables
- Replies: 5
- Views: 7861
Re: tables
hi thanks for the code - works fine however the tables generated contain the same data on the two variables as the program loops through the 6 regions. I do get twelve tables - but the data for each set of tables (2 per region) are identical for the stats on avg_px and qty. I've included an example ...
- Thu Feb 03, 2011 4:48 pm
- Forum: Programming
- Topic: tables
- Replies: 5
- Views: 7861
Re: tables
trying to generate tables for avg_px and qty for each of six regions. So the program below takes avg_px and region_map 1, generates a table, then loops back to gernerate a table fo qty for region_map 1. Where I have problems is when it loops back to pick up region_map 2. The program crashes - I beli...
