Skip to content
Prev 238948 / 398500 Next

Confusing error statement

On Oct 22, 2010, at 9:22 AM, Kurt_Helf at nps.gov wrote:

            
Not really sure what you intended. Did you want a contingency table in  
long format or a subset:

If the first, then perhaps:

Hs.patches <-with(Hs.long, as.data.frame(
                     table(Cave,Year,Month,Region,Plot,)))

(There is also an equivalent as.data.frame.table function.)