[R] (no subject)

Uwe Ligges ligges at statistik.tu-dortmund.de
Thu Jul 2 16:23:06 CEST 2009



Andriy Fetsun wrote:
> Hi,
> 
> Could you please help me?
> 
> I am trying to load an csv-file in R, but it works wrong!


See ?read.csv and about decimal different characters.

Uwe Ligges


>  My data is
> 
> 
> 0,0127
> 
> -0,0016
> 
> 0,0113
> 
> 0,0037
> 
> -0,0025
> 
> 
>> Ret<-read.csv("Ret.csv")
>> Ret
>   X0 X0127
> 1  0    16
> 2  0   113
> 3  0    37
> 4  0    25
> 
> Thank you in advance!
>




More information about the R-help mailing list