Re: [R] Rmark and scientific notation issue

2011-03-21 Thread Ben Bolker
odaniel utas.edu.au> writes: > Just wondering if anyone might know a way to stop R reading my survival > history that has zeros at the beginning in as scientific notation. Gmane doesn't want me to quote much, but maybe read.table("myfile.dat",colClasses=c("character",rep("numeric",2)) ?

[R] Rmark and scientific notation issue

2011-03-21 Thread odaniel
Hi all, Just wondering if anyone might know a way to stop R reading my survival history that has zeros at the beginning in as scientific notation. The data is being read in from a .txt file via read.table to be used with Rmark I have the same issues at the moment with reading in .csv and .xls file