On top of what Rolf had said, traceback() would help tracking down how the error happened.
Andy > From: Rolf Turner > > t is for transpose; look at ?t, ?t.default, > ?t.data.frame > > Bottom line: Somewhere in your code you are trying to transpose > something that is not a matrix. (Or you are passing to an existing > function an object which that function expects to be a matrix, but > isn't.) > > cheers, > > Rolf Turner > [EMAIL PROTECTED] > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
