Search found 6 matches
- Wed Jun 15, 2016 11:45 am
- Forum: Help With Programming
- Topic: How to make a regressor list
- Replies: 4
- Views: 8076
Re: How to make a regressor list
That is what I'm looking for. Thanks a lot!
- Wed Jun 15, 2016 9:15 am
- Forum: Help With Programming
- Topic: How to make a regressor list
- Replies: 4
- Views: 8076
Re: How to make a regressor list
Thanks. I used those commands to make it work. Is there a way to create a term representing a set of series that can be referenced in a variety of contexts? For example, in SAS you can write %LET regressors = x1 x2 x3; And then type "®ressors" whenever you want to estimate a model w...
- Tue Jun 14, 2016 2:21 pm
- Forum: Help With Programming
- Topic: How to make a regressor list
- Replies: 4
- Views: 8076
How to make a regressor list
Hi there, This is a basic question, I know, and it's addressed in the manuals, I know, so I apologize for asking, but I spent four hours reading the manuals and forums, trying to hack it, but I couldn't get it to work. I want to represent a list of regressors with a single word. I then want to add a...
- Tue Mar 08, 2011 2:37 pm
- Forum: ARCH and GARCH Models
- Topic: DCC GARCH, different sets of regressors in variance equation
- Replies: 1
- Views: 5157
DCC GARCH, different sets of regressors in variance equation
Is there any way to estimate a DCC GARCH model with different sets of regressors in the variance equations? The code for my attempt to do so is in the attached file. It's a modification of the example file "garchmvdcc2.prg." The problem comes at the end, when the "garch" command ...
- Thu Jul 15, 2010 1:14 pm
- Forum: Graphics, Reports, and Other Output
- Topic: Replacing reports
- Replies: 3
- Views: 7029
Re: Replacing reports
I see how that works. The problem I have (that I didn't explain in the initial post) is that I'm actually trying to make _two_ tables in each loop. So I think I need to have the open and close commands within the loop. On a related note, I see how to put one and two significance stars on an entry in...
- Thu Jul 15, 2010 10:05 am
- Forum: Graphics, Reports, and Other Output
- Topic: Replacing reports
- Replies: 3
- Views: 7029
Replacing reports
I am working on a program that contains a loop that estimates the same model on several sets of dependent variables. Within the loop are the following instructions that open text-file report and append the results from each set of dependent variables to the report. open(append) copy "filename.t...