Displaying 1 result from an estimated 1 matches for "vtrt".
Did you mean:
  virt
  
2003 Jan 17
2
read.table bug in Mac OS X (PR#2469)
...ver to a PC and run R 1.6.2 there under
Windows. If you open the Mac text file in a text editor on the PC and save it
under a different name, the problem goes away. I have tried this with a half
dozen different files. 
> tmp1<-read.table("deadFly.txt", header=T)
> tmp1[1:10,]
   VTrt Dead.X Dead.C Live.X Live.C N.X N.C P.Live.X P.Live.C
1    Vg      2      0      7     10   9  10     0.78    1.000
2    Vg      5      1      5      8  10   9     0.50    0.890
3    Vg      0      0      8     10   8  10     1.00    1.000
4    Vg      0      0      9      9   9   9     1.00    1.0...