Dear R-tists,
the source code of the 'reshape' function contains the following
reshapeLong <- function(data, varying, v.names = NULL, timevar,
idvar, ids = 1:NROW(date), times, drop = NULL, new.row.names = NULL) {
I suspect the expression
ids=1:NROW(date)
is erroneous.
The 'date' variable doesn't appear anywhere else in this function.
Maybe, 'data' ?
--
Best regards
Wladimir Eremeev mailto:wl@eimb.ru
=========================================================================Research
Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534