Search found 6 matches
- Mon Mar 17, 2025 11:50 am
- Forum: RATS Programming Manual
- Topic: question on IF-ELSE condition
- Replies: 4
- Views: 64031
Re: question on IF-ELSE condition
The first part of your code is inside the loop, so if-else works without parenthesis. The other part, after ****** is outside the loop. So, in order to work, if-else condition should be inside the parenthesis. Thy this: disp "************" * compute r = 0.56577 { if r<-2.0 disp "Big N...
- Mon Oct 25, 2021 4:55 am
- Forum: Help With Programming
- Topic: Sort strings based on certain values
- Replies: 1
- Views: 44406
Sort strings based on certain values
Hi all, I have a seemingly simple problem I cannot solve. I have a list of countries such as this one: declare vector[string] labels compute labels = ||"AT", "BE", "CY", "CZ", "DE", "DK", "EE", "EL", "ES", &quo...
- Tue Sep 26, 2017 6:26 am
- Forum: Looking for Code?
- Topic: Kamber, Morley, and Wong RESTAT Intuitive output gap filter
- Replies: 0
- Views: 9603
Kamber, Morley, and Wong RESTAT Intuitive output gap filter
Is there RATS code or a procedure for Kamber, Morley, and Wong (forthcoming) "Intuitive and Reliable Estimates of the Output Gap from a Beveridge-Nelson Filter." Review of Economics and Statistics. James Morley posted the paper and codes in Matlab and R on his website, and I would be most ...
- Tue Feb 07, 2017 2:16 pm
- Forum: Looking for Code?
- Topic: TRANSITION MODELING AND ECONOMETRIC CONVERGENCE TESTS
- Replies: 2
- Views: 7049
Re: TRANSITION MODELING AND ECONOMETRIC CONVERGENCE TESTS
Yes, that's an interesting paper. There is a follow-up paper Economic Transition and Growth in Journal of Applied Econometrics : http://onlinelibrary.wiley.com/doi/10.1002/jae.1080/abstract There is also GAUSS code on Sul's website: http://www.utdallas.edu/~d.sul/papers/Recent%20Working%20Papers1.ht...
- Tue Nov 08, 2016 5:35 pm
- Forum: Suggestion Box
- Topic: Separate windows for reports and graphs
- Replies: 0
- Views: 255664
Separate windows for reports and graphs
I usually work using two monitors. It would be helpful that reports and graphs in RATS are treated as separate windows which you can drag to the other monitor. You may think about that for some next update.
Vladimir
Vladimir
- Thu Sep 01, 2016 4:35 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Data from FRED, RATS format file, and RATS shutdown
- Replies: 0
- Views: 99488
Data from FRED, RATS format file, and RATS shutdown
Hi! It seems like there is some problem with my RATS pro 9.1. I would like to download the data from FRED. So, I open a new RATS data window and put the data in it (drag and drop). I save the file. But, when I try to use it, RATS either crashes, or there is an alert message 'this file is already use...