search for: 260129

Displaying 4 results from an estimated 4 matches for "260129".

Did you mean: 26.129
2006 Jan 29
1
additional error on read.table function
...#39;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 12.74 260226 12.18 260305 11.99 260312 12.15 260319 11.64 260326 11.46 ... (and so on) ---------- Should I insert additional attributes besides header = TRUE? thanks.
2010 Feb 24
1
Upgraded to Ruby 1.9.1 and Mongrel now fails
We recently upgraded to ruby 1.9.1 (in order to get new functions in the Math module). We''ve reinstalled Mongrel with it, and even gone so far to make some modifications to the compile (based on a post I found on one of the forums). Mongrel now fails when we try to launch it: mongrel_rails cluster::start With the message: ERROR RUNNING ''cluster::start'': Plugin
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
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