Re: [R] Reading oxmetrics/pcgive files (.in7 & .bn7)

2015-01-27 Thread Mikael Olai Milhøj
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 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 a

Re: [R] Reading oxmetrics/pcgive files (.in7 & .bn7)

2015-01-27 Thread John C Frain
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 #import main() { decl dbase; dbase = new Database(); dbase.Load("C:\Program Files (x86)\OxMetrics7\ox\data\data.in7"); dbase.Info

Re: [R] Reading oxmetrics/pcgive files (.in7 & .bn7)

2015-01-27 Thread John C Frain
It is a long time since I have used oxmetrics/pcgive files. The data on the file is in binary form and I do not know of any program that decodes it. The easiest way to transform the dat would be to find a person who had access to one of the oxmetrics oxmetrics programs who would read the file and e

[R] Reading oxmetrics/pcgive files (.in7 & .bn7)

2015-01-26 Thread Mikael Olai Milhøj
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 HTM