Views 7
In the dtable view of a group, there is a button for taboptions. How do I set those options in a prg?
Search found 19 matches
- Fri Nov 11, 2011 10:26 am
- Forum: Programming
- Topic: customizing dtable in a prg
- Replies: 1
- Views: 2367
- Wed Sep 28, 2011 2:24 pm
- Forum: Programming
- Topic: subroutine argument limits
- Replies: 1
- Views: 2476
subroutine argument limits
Is there a limit on the number of arguments passed to a subroutine by a call command?
- Wed Aug 24, 2011 6:30 am
- Forum: Suggestions and Requests
- Topic: Graph shading
- Replies: 0
- Views: 2627
Graph shading
Adding transparency control and/or fill options to shade boxes so boxes could be overlapped and still be distinguishable.
- Tue Aug 23, 2011 9:33 am
- Forum: General Information and Tips and Tricks
- Topic: Templates for Tables
- Replies: 1
- Views: 3296
Templates for Tables
Is there a way to apply formatting from saved table objects to newly created tables, similar to templates for graphs?
- Tue May 31, 2011 9:12 am
- Forum: Programming
- Topic: using dates in a FOR loop with unkown freq and smpl range
- Replies: 2
- Views: 4299
using dates in a FOR loop with unkown freq and smpl range
Eviews 7 What's the most efficient way to step through each data point within an unknown smpl of unknown frequency? For example: a loop that runs for each day of a D5 freq file over a 3 month smpl, or a loop that steps through each month of a monthly freq file over a two year smpl. The freq and smpl...
- Tue May 17, 2011 12:45 pm
- Forum: Data Manipulation
- Topic: Moving data from undated panel to dated page
- Replies: 5
- Views: 5091
Re: Moving data from undated panel to dated page
I figured it out. Thanks.
- Tue May 17, 2011 12:01 pm
- Forum: Data Manipulation
- Topic: Moving data from undated panel to dated page
- Replies: 5
- Views: 5091
Re: Moving data from undated panel to dated page
My fault, I didn't expalin fully. Let's just stay with scalars. How would I copy scalars from an undated panel to a specific time period in a time series on dated page using a prg. Each week I calc a meansby on a number of subsets of a panel and want to create a several weekly time series to show th...
- Tue May 17, 2011 11:40 am
- Forum: Data Manipulation
- Topic: Moving data from undated panel to dated page
- Replies: 5
- Views: 5091
Re: Moving data from undated panel to dated page
the series can have the same name in the panel and dated page and all the panel data are for one point in time. I'll repeat the process to add additional points over time to create the time series.
- Tue May 17, 2011 11:03 am
- Forum: Data Manipulation
- Topic: Moving data from undated panel to dated page
- Replies: 5
- Views: 5091
Moving data from undated panel to dated page
Eviews 7
How do I move scalars and series from an undated panel to a dated page?
Thanks.
How do I move scalars and series from an undated panel to a dated page?
Thanks.
- Tue May 17, 2011 9:19 am
- Forum: Programming
- Topic: Create a list of series objects in a work page
- Replies: 3
- Views: 4922
- Tue May 17, 2011 8:44 am
- Forum: Programming
- Topic: Create a list of series objects in a work page
- Replies: 3
- Views: 4922
Create a list of series objects in a work page
Eviews 7
Is there a way to create a list of series object names for use in a loop? For example, I want to execute the same transformation on all the series in a work page but the number of series will change.
Thanks.
Is there a way to create a list of series object names for use in a loop? For example, I want to execute the same transformation on all the series in a work page but the number of series will change.
Thanks.
- Fri May 13, 2011 8:51 am
- Forum: Data Manipulation
- Topic: Panel Data Conversion
- Replies: 14
- Views: 11704
Re: Panel Data Conversion
i figured it out. thanks.
- Fri May 13, 2011 8:44 am
- Forum: Data Manipulation
- Topic: Panel Data Conversion
- Replies: 14
- Views: 11704
Re: Panel Data Conversion
when i do that, the numbers calculated by the first meansby are over written with NAs by the second meansby. In other words, after the first meansby, mean will have numbers for MALE cross sections and NAs for Female. After the second meansby the FEMALE cross sections have numbers but the MALE number...
- Fri May 13, 2011 8:34 am
- Forum: Data Manipulation
- Topic: Panel Data Conversion
- Replies: 14
- Views: 11704
Re: Panel Data Conversion
but what if i want just one series "MEAN" rather than meanmale and meanfemale?
- Fri May 13, 2011 7:54 am
- Forum: Data Manipulation
- Topic: Panel Data Conversion
- Replies: 14
- Views: 11704
Re: Panel Data Conversion
Suppose I want to do one calc if gender is male and a different calc if gender is female?
