[R] new comer's question

Christian Schulz ozric at web.de
Tue Jan 17 09:03:31 CET 2006


>what is wrong?
>
>
>  
>
Your data is ihmo  not correct imported

myArray <- read.table("c:/mydata.csv",sep=",",na.strings="")
...and it seems you have using quotes in your csv file so you should 
play with the
additional parameter quotes in read.table.

Type ?read.table....

Then check your data i.e. with edit(myArray) to look that columns 
imported well.

regards, christian





>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
>
>  
>




More information about the R-help mailing list