search for: sprdtmp

Displaying 1 result from an estimated 1 matches for "sprdtmp".

2011 Apr 03
1
R-project: plot 2 zoo objects (price series) that have some date mis-matches
...2011-03-31 Data: num [1:9088] 0.68 0.71 0.7 0.77 0.79 0.79 0.82 0.86 0.83 0.83 ... Index: Class 'Date' num [1:9088] 2343 2344 2345 2346 2349 ... Since there are NA data points in object 'sprd' I created another object that omits "NA". The name of that object is 'sprdtmp'. > str(sprdtmp) ?zoo? series from 1976-06-01 to 2011-03-31 Data: atomic [1:8704] 0.68 0.71 0.7 0.77 0.79 0.79 0.82 0.86 0.83 0.83 ... - attr(*, "na.action")=Class 'omit' int [1:384] 25 70 95 111 118 128 149 190 224 260 ... Index: Class 'Date' num [1:8704]...