Re: [R] Confusing error statement

2010-10-22 Thread David Winsemius
On Oct 22, 2010, at 9:22 AM, kurt_h...@nps.gov wrote: Greetings Using the following command I've been trying to subset a dataframe of counts of an organism to compute the sizes of groups for use as a predictor: Hs.patches <- as.data.frame(with(Hs.long, table(Cave,Year,Month,Region,

Re: [R] Confusing error statement

2010-10-22 Thread Ben Bolker
nps.gov> writes: > > Greetings > Using the following command I've been trying to subset a dataframe of > counts of an organism to compute the sizes of groups for use as a > predictor: > > Hs.patches <- as.data.frame(with(Hs.long, > table(Cave,Year,Month,Region,Plot,))) > > I am get

[R] Confusing error statement

2010-10-22 Thread Kurt_Helf
Greetings Using the following command I've been trying to subset a dataframe of counts of an organism to compute the sizes of groups for use as a predictor: Hs.patches <- as.data.frame(with(Hs.long, table(Cave,Year,Month,Region,Plot,))) I am getting the following error message that I d