Search found 3 matches

by schokakola
Fri Aug 30, 2013 4:18 am
Forum: Graphics, Reports, and Other Output
Topic: Report and Excel
Replies: 4
Views: 9758

Re: Report and Excel

Well, the code is quite long. Sorry for that. I first estimate several models and save the corresponding forecasting erros. The ext step is then the part where I generate and save the mean absolute errors for each model for several time periods. Thank You! * AR - VERGLEICHSMODELL * dofor i = laender...
by schokakola
Wed Aug 21, 2013 8:14 am
Forum: Graphics, Reports, and Other Output
Topic: Report and Excel
Replies: 4
Views: 9758

Report and Excel

Hi altogether, I've got a problem with the report command when I try to save my table to an excel spreedsheet. Here is my code: report(action=define,hlabels=||"","Country","1stepAR","2stepAR","3stepAR","4stepAR","Country","1s...
by schokakola
Mon Feb 04, 2013 9:11 am
Forum: Data: Reading, Writing, Transforming
Topic: Skipping rows when loading data
Replies: 1
Views: 5604

Skipping rows when loading data

Dear all, I'm loading my data from Datastream using several headings describing the time series. For loading the data in RATS, I transformed the data into another excel sheet without all the headings, only with the name of the time series and the time axis. Since this is quite time-consuming, I wond...