Search found 12724 matches
- Thu Feb 25, 2021 4:27 pm
- Forum: Data Manipulation
- Topic: Bloomberg Missing Data
- Replies: 5
- Views: 277
Re: Bloomberg Missing Data
We're still waiting on support from Bloomberg, but this will certainly help speed things along once Bloomberg help arrives.
- Thu Feb 25, 2021 11:30 am
- Forum: Data Manipulation
- Topic: ODBC 32-bit databases and Eviews 12
- Replies: 7
- Views: 116
Re: ODBC 32-bit databases and Eviews 12
We no longer provide downloads for 9 unfortunately.
- Thu Feb 25, 2021 10:19 am
- Forum: Programming
- Topic: stacking stacked, unstructured series
- Replies: 2
- Views: 66
Re: stacking stacked, unstructured series
Proc->Append to current page
- Thu Feb 25, 2021 10:17 am
- Forum: Estimation
- Topic: Panel PCA: How to apply Panel PCA?
- Replies: 2
- Views: 63
Re: Panel PCA: How to apply Panel PCA?
Panel PCA is available from a single series only (it computes the components between dimensions of the panel on a single series).
- Wed Feb 24, 2021 1:46 pm
- Forum: Programming
- Topic: Python access to eviews databases
- Replies: 3
- Views: 83
Re: Python access to eviews databases
Be careful you keep frequencies the same - no error will occur if you create an annual workfile and fetch a quarterly series into it.
- Wed Feb 24, 2021 8:42 am
- Forum: Data Manipulation
- Topic: "Turn-of-the-year effect" using seasonal dummies
- Replies: 2
- Views: 91
Re: "Turn-of-the-year effect" using seasonal dummies
Something like:
Code: Select all
series dum = (@month=12 and @month(1)=1) or (@month=1 and @month(-1)=12) or (@month=1 and @month(-2)=12) or (@month=1 and @month(-3)=12)
- Tue Feb 23, 2021 4:03 pm
- Forum: Programming
- Topic: writing to a specific cell using pagesave t=txt
- Replies: 2
- Views: 64
Re: writing to a specific cell using pagesave t=txt
No. Cells and ranges don't exist in CSV files.
- Sun Feb 21, 2021 8:52 am
- Forum: Programming
- Topic: Series of cross sectional means
- Replies: 1
- Views: 98
Re: Series of cross sectional means
Create a group from the pool, then use @rmean
- Fri Feb 19, 2021 9:24 am
- Forum: Bug Reports
- Topic: pagestruct
- Replies: 1
- Views: 113
Re: pagestruct
Would it be possible to get a copy of the workfile to run the code?
- Thu Feb 18, 2021 2:57 pm
- Forum: Programming
- Topic: Ranked Bar Chart
- Replies: 2
- Views: 87
Re: Ranked Bar Chart
Quick docs: Reorder Group Procs Change the order of the series in a group Syntax group_name.reorder(options) order_arg Where order_arg contains a list of the series in the group in their new order, or can contain one of the following keywords: @rand Randomize the ordering @reverse Reverse the curren...
- Thu Feb 18, 2021 2:43 pm
- Forum: Programming
- Topic: Ranked Bar Chart
- Replies: 2
- Views: 87
Re: Ranked Bar Chart
There's an (undocumented yet) new command in EViews 12 that allows you to order the members of a group based on various statistics. Command capture does work, so to figure out the command you can open the group interactively, click on View->Group Members, then click the Order button on the button ba...
- Thu Feb 18, 2021 2:32 pm
- Forum: Data Manipulation
- Topic: Adding a new external database
- Replies: 5
- Views: 160
Re: Adding a new external database
Also, I would like to add other databases from other national databases. Do you have a team which deals with this? For a direction connection to a database, such as the ones you see built into the File->Open->Database menu, we have an open source language that allows data distributors to have EView...
- Tue Feb 16, 2021 7:04 pm
- Forum: Installation and Registration
- Topic: Installation on MacBook Pro
- Replies: 4
- Views: 906
Re: Installation on MacBook Pro
Same response :)
- Mon Feb 15, 2021 11:52 am
- Forum: Bug Reports
- Topic: Single string counted as two
- Replies: 1
- Views: 84
Re: Single string counted as two
Not sure why this is a bug?
- Sun Feb 14, 2021 8:38 pm
- Forum: Estimation
- Topic: LASSO and Ridge Regressions in Panel Data in Eviews
- Replies: 1
- Views: 361
Re: LASSO and Ridge Regressions in Panel Data in Eviews
There is nothing built in to perform those estimations on panel data.