Displaying 1 result from an estimated 1 matches for "nolda".
Did you mean:
nalda
2005 Jun 10
2
Error with function lda in package MASS (dimnames not equal?)
...e I can find to this previous thread is here:
http://tolstoy.newcastle.edu.au/R/help/04/07/0126.html. The asnwer was
to provide debugging info, not an answer.
So the problem is that I'm trying to use lda on my dataset. You can
download my data here:
http://northstar-www.dartmouth.edu/~jgilbert/nolda, I used R's save
function to save objects data and classes (yes, I realize that I name
stomped the data function in package utils). To replicate my results,
simply enter the following:
> library(MASS)
> load('nolda')
> lda(data,classes)
Error in lda.default(x, grouping, ...) :...