Search found 12 matches
- Thu Jun 30, 2016 5:53 am
- Forum: Data Manipulation
- Topic: Principal Component Analysis (Eigenvector Extracting)
- Replies: 3
- Views: 5233
Re: Principal Component Analysis (Eigenvector Extracting)
Would there be an alternative way to get the data? Or is there any way I can extract underlying factors from the output? Thanks.
- Wed Jun 29, 2016 1:57 pm
- Forum: Data Manipulation
- Topic: Principal Component Analysis (Eigenvector Extracting)
- Replies: 3
- Views: 5233
Principal Component Analysis (Eigenvector Extracting)
Hello, I used this code: factor dmf1.ipf(n=mineigen) a b c d e f g to generate a factor. What I am really interested in are principal components, which I can only get (to my knowledge) by clicking View->Eigenvalues-> and click Eigenvectors in additional output section. I want to save first one or tw...
- Fri Jun 24, 2016 7:02 am
- Forum: Programming
- Topic: Rebasing a dataset
- Replies: 10
- Views: 5658
Re: Rebasing a dataset
Then I guess I'll have to stick with what I have. Thank you for the answer.
- Thu Jun 23, 2016 7:53 pm
- Forum: Programming
- Topic: Rebasing a dataset
- Replies: 10
- Views: 5658
Re: Rebasing a dataset
Thanks for the response and I appreciate your help. Let me put this way. Is there any way I can re-label tick marks? Even if you cannot understand the logic behind it and why I'm doing it, I hope you understood what I am trying to do. I just want another label and that's it. Please see the attached ...
- Thu Jun 23, 2016 7:20 pm
- Forum: Programming
- Topic: Rebasing a dataset
- Replies: 10
- Views: 5658
Re: Rebasing a dataset
Because if I just add the number (5.2) without rebasing as you suggested, I get the graph I am attaching now. Because the beta is too high, it is difficult to look how each component is contributing to the growth. The goal of this graph is to see how each component is contributing to the "exact...
- Thu Jun 23, 2016 6:00 pm
- Forum: Programming
- Topic: Rebasing a dataset
- Replies: 10
- Views: 5658
Re: Rebasing a dataset
If I was not clear, the attached image file should explain what I mean by rebase. I allocated beta constant (bhat(1)) into the components, which I am trying to fix. The first image file attached is the result of the allocation. The allocated beta makes it difficult to see how each component is contr...
- Thu Jun 23, 2016 4:27 pm
- Forum: Programming
- Topic: Rebasing a dataset
- Replies: 10
- Views: 5658
Re: Rebasing a dataset
Each plot is a component to growth. I want to see how each component contributes to the growth level. This model is based on regression, which I also ran using EViews, and each component is multiplied by its corresponding beta to better reflect their weights. However, because beta constant coefficie...
- Thu Jun 23, 2016 3:15 pm
- Forum: Programming
- Topic: Rebasing a dataset
- Replies: 10
- Views: 5658
Rebasing a dataset
Hello, I would like to rebase a graph to a certain data point. I ran a regression model and I got a beta coefficient (which in this case is 5.2). I would like to rebase my graph with my beta coefficient that 0 becomes my beta coefficient (5.2). I would like to replicate this process. Thanks in advan...
- Mon Jun 13, 2016 12:44 pm
- Forum: Programming
- Topic: Is it possible to change labels of spool with coding?
- Replies: 4
- Views: 3767
Re: Is it possible to change labels of spool with coding?
Many thanks! (it works)
- Mon Jun 13, 2016 12:20 pm
- Forum: Programming
- Topic: Is it possible to change labels of spool with coding?
- Replies: 4
- Views: 3767
Re: Is it possible to change labels of spool with coding?
Thanks for the fast response. I am pretty new to EViews, and I searched through the forum to find out that the commands to rename series are: %dispname = myseries.@displayname %myname = name_of_series.@attr("originalname") rename {series name} {display name} But I run into an error every t...
- Mon Jun 13, 2016 10:57 am
- Forum: Programming
- Topic: Is it possible to change labels of spool with coding?
- Replies: 4
- Views: 3767
Is it possible to change labels of spool with coding?
Hello, I am aware that I can change those labels manually, but I have tens of data sets and I would like to have it rather programmed. I have a number of country codes (i.e. US, EZ, JP) but I want to convert them into their full names in the spool as well as to make some other changes. Is there a wa...
- Fri Jun 03, 2016 10:37 am
- Forum: Programming
- Topic: Copying a Group
- Replies: 1
- Views: 2736
Copying a Group
Hi, I am trying to copy groups from country workfiles (i.e. us_q,uk_q, and jp_q...etc.) into a new workfile page named "calculation." But every time I run the program, the group data are not being copied. Below is the simplified version of my code for your reference. As can be seen in scre...
