Re: [R] Strange dataframe behavior

2007-10-23 Thread Sergey Goriatchev
THanks, Chuck! I figured it out already, these were not row numbers at all! It just counted down along the columns. On 10/23/07, Charles C. Berry <[EMAIL PROTECTED]> wrote: > On Tue, 23 Oct 2007, Sergey Goriatchev wrote: > > > Hello, > > > > I have a question regarding the following output: > > >

Re: [R] Strange dataframe behavior

2007-10-23 Thread Charles C. Berry
On Tue, 23 Oct 2007, Sergey Goriatchev wrote: > Hello, > > I have a question regarding the following output: > >> database <- read.delim(file=path.input.file, header=TRUE, dec=".", sep="\t", >> na.strings = "#NV") >> str(database) > 'data.frame': 314 obs. of 13 variables: > $ S : Factor

[R] Strange dataframe behavior

2007-10-23 Thread Sergey Goriatchev
Hello, I have a question regarding the following output: > database <- read.delim(file=path.input.file, header=TRUE, dec=".", sep="\t", > na.strings = "#NV") > str(database) 'data.frame': 314 obs. of 13 variables: $ S : Factor w/ 314 levels "307073","400212",..: 147 72 299 137 162 62