search for: ccasadeswz2010

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

2011 Sep 27
2
Problem with zoo::window()
...: 316.6 2009-02-09 00:00:00: 1 3rd Qu.: 387.5 2009-02-23 00:00:00: 1 Max. :1435.0 (Other) :93 > summary(time(CCasadeswz)) shows dates for 2009 and 2010, and > plot(CCasadeswz) correctly displays the data for 2009 and 2010. But when I try to select year 2010: > CCasadeswz2010 = window(CCasadeswz,start=as.Date("2010-01-01"), end=as.Date("2010-12-31")) Warning messages: 1: In which(in.index & all.indexes >= start & all.indexes <= end) : Incompatible methods ("Ops.factor", "Ops.Date") for ">=" 2: In whi...