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:
> >
>
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
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
3 matches
Mail list logo