Skip to content
Prev 139073 / 398513 Next

Error in extracting monthly observation from a daily time series data

names(obs) shows the result has been sorted so
use %Y instead of %y in the format statement in
the split so that "2000" > "1999"; otherwise,
"99" > "00".
On Mon, Mar 10, 2008 at 4:10 AM, Megh Dal <megh700004 at yahoo.com> wrote: