Reading oxmetrics/pcgive files (.in7 & .bn7)
Hi John This was really helpful! Exactly what I needed. Thank you very much - I really appreciate it! /Mikael
On Tue, Jan 27, 2015 at 11:54 PM, John C Frain <frainj at gmail.com> wrote:
By way of an example, the ox code below reads the sample data.in7 (and
data.bn7) distributed with the console version of Ox and outputs it as an
Excel file.
#include <oxstd.h>
#import <database>
main()
{
decl dbase;
dbase = new Database();
dbase.Load("C:\Program Files (x86)\OxMetrics7\ox\data\data.in7");
dbase.Info();
dbase.SaveXls("E:/temp/ox/sample2_ox.xls");
delete dbase;
}
John C Frain
3 Aranleigh Park
Rathfarnham
Dublin 14
Ireland
www.tcd.ie/Economics/staff/frainj/home.html
mailto:frainj at tcd.ie
mailto:frainj at gmail.com
On 26 January 2015 at 21:50, Mikael Olai Milh?j <mikaelmilhoj at gmail.com>
wrote:
Hi
I have the unfortune to have some data saved as oxmetrics/pcgive file
format (.in7 & .bn7). Is there any way to import data from this format
into
R? I have tried both google and the importing/exporting guide without any
luck.
Thanks in advance
Best regards,
/Mikael
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.