Displaying 2 results from an estimated 2 matches for "csvl".
Did you mean:
csv
2009 Jul 02
5
(no subject)
Hi,
Could you please help me?
I am trying to load an csv-file in R, but it works wrong!
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!
--
Best regards,
Andy
[[alternative HTML version deleted]]
2006 Jul 04
4
IMPORTING FILE FROM EXCEL
Hi
I am a beginner with R.
I have been trying to import a tab delimited excel file but i get the following error message
> file.show('C:\Documents and Settings\stats\Desktop\SUMI\plasma2.txt')
Warning message:
file.show(): file 'C:Documents and SettingsstatsDesktopSUMIplasma2.txt' does not exist
I have understood the programming part but i cannot go ahead unless i have