search for: spdc2693

Displaying 3 results from an estimated 3 matches for "spdc2693".

2006 Jan 29
2
help with read.table() function
hello, I have just started using R for doing a project in time series... unfortunately, I am having trouble using the read.table function for use in reading my data set. This is what I'm getting: I inputted: data <- read.table("D:/Oliver/Professional/Studies/Time Series Analysis/spdc2693.data", header = TRUE) I got: Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file 'D:/Oliver/Professional/Studies/Time Series Analysis/spdc2693.data', reason 'No such file or directory' as I am just a novice programmer,...
2006 Jan 29
2
help with read.table() function
hello, I have just started using R for doing a project in time series... unfortunately, I am having trouble using the read.table function for use in reading my data set. This is what I'm getting: I inputted: data <- read.table("D:/Oliver/Professional/Studies/Time Series Analysis/spdc2693.data", header = TRUE) I got: Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file 'D:/Oliver/Professional/Studies/Time Series Analysis/spdc2693.data', reason 'No such file or directory' as I am just a novice programmer,...
2006 Jan 29
1
additional error on read.table function
..., header = TRUE) I got an error saying: Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : line 1 did not have 11 elements In addition: Warning message: incomplete final line found by readTableHeader on 'D:\Oliver\Professional\Studies\Time Series Analysis\spdc2693.data.txt' my time series data looks like this... ------------ Standard and Poor's 500 Index closing values from 1926 to 1993. Date Index 260101 12.76 260108 12.78 260115 12.52 260122 12.45 260129 12.74 260205 12.87 260212 12.87 260219...