Search found 4 matches
- Wed Mar 19, 2014 1:56 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Saving .rat Files
- Replies: 5
- Views: 10913
Re: Saving .rat Files
I'm confused about what you're doing. Do you already have the data in a text file? data.txt would be the name for a text file, not a RATS format file (which should have a .rat extension). copy(format=rats) takes data already in RATS and creates a RATS format file from it. What I did was generate 3 ...
- Wed Mar 19, 2014 1:37 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Saving .rat Files
- Replies: 5
- Views: 10913
Re: Saving .rat Files
"Rating System File" is the description for another program (I don't even know which) that uses the .RAT extension. What steps did you follow in creating the data? With 500 data points, it sounds like it was randomly generated. If you've created series X, Y and Z and want to create a RATS...
- Wed Mar 19, 2014 12:49 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Saving .rat Files
- Replies: 5
- Views: 10913
Saving .rat Files
I am required for an assignment to generate series and save the output as a .rat file. I have tried saving the output window as a Rating System File. I then attempt to read in the data in a new programme file to work with it: all 500 open "C:\Users\Michael\Dropbox\College\3rd Year Semester 2\Ec...
- Tue Feb 18, 2014 11:13 am
- Forum: Data: Reading, Writing, Transforming
- Topic: Aligning Column Headings
- Replies: 1
- Views: 6210
Aligning Column Headings
I'm trying to import a data set from a text file and add column headings to the data. I can get the data in but when I print it the headings don't align to the columns. The code I'm using is: calendar 1973 1 4; allocate 1990:4; open data C:\WINDOWS\Don\teaching\efm\rats\topic1\exrates.txt; data(form...