Re: is there a way to change fit to csv

From: Justin Wilkins Date: September 14, 2010 technical Source: mail-archive.com
Dear Chandramouli Typically something like > fit <- read.table("run1.fit", head=T, skip=1) (where run1.fit is a typical NONMEM table file, with headers) should do what you need. If not, have a look at the NONMEM table in a text editor - NONMEM tables are basically space-delimited text files, which R's read.table function ought to be able to handle easily. Best Justin
Quoted reply history
On 14 September 2010 07:42, Chandramouli Radhakrishnan < [email protected]> wrote: > Hi > > > > I am trying to use R to produce plots from NONMEM fit file. However, I > could not get R to read the fit file > > Can any one help? > > > > > > Kind Regards > > > > *Chandramouli Radhakrishnan* > > * * > > > > > > > > > -- Justin Wilkins ----------------------------- Colmarerstrasse 31 4055 Basel Switzerland ----------------------------- Email: [email protected] Skype: kestrel_za2002 Mobile: +41 76 561 0949
Sep 14, 2010 Chandramouli Radhakrishnan is there a way to change fit to csv
Sep 14, 2010 Justin Wilkins Re: is there a way to change fit to csv
Sep 14, 2010 Dieter Menne RE: is there a way to change fit to csv
Sep 14, 2010 Matt Fidler RE: is there a way to change fit to csv
Sep 14, 2010 Robert Bauer RE: is there a way to change fit to csv
Sep 14, 2010 Nick Holford Re: is there a way to change fit to csv