n quant
> > Sent: Thursday, October 27, 2011 12:26 PM
> > To: r-help@r-project.org
> > Subject: Re: [R] preceding X. and X
> >
> > Figured it out. Solution:
> > dat=read.csv(file_path, header=F)
> > > dat
> > V1 V2V3 V4
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
> project.org] On Behalf Of Ben quant
> Sent: Thursday, October 27, 2011 12:26 PM
> To: r-help@r-project.org
> Subject: Re: [R] preceding X. and X
>
> Figured it out. Solution:
Figured it out. Solution:
dat=read.csv(file_path, header=F)
> dat
V1 V2V3 V4 V5 V6V7
V8V9V10V11V12V13 V14
V15 V16 V17 V18 V19V20
1 0 -0.2404324 0.3554681 -0.21147 1.18128
Hello,
Why do I get preceding "X." (that is a and X followed by a period) for
negative numbers and an "X" for positive numbers when I read a csv file? Am
I stuck with this? If so, how do I convert it to normal numbers?
dat=read.csv(file_path)
> dat
[1] X0.0 X.0.240432350374 X0.
4 matches
Mail list logo