[R] help with plotting results of lda

2009-04-26 Thread pgseye
Hi, I've performed an lda and obtained a classification table for some of my data: efa.dfa-lda(groups~.,efa.scores.8,CV=T) str(efa.dfa) List of 5 $ class: Factor w/ 2 levels 1,2: 1 2 1 2 1 1 2 2 1 2 ... $ posterior: num [1:160, 1:2] 0.99083 0.00852 0.93983 0.23186 0.85931 ... ..-

Re: [R] help with plotting results of lda

2009-04-26 Thread Uwe Ligges
Works for me with library(MASS) plot(lda(Species~., data=iris)) hence you may want to profide the data to enable us to reproduce your problem... Uwe Ligges pgseye wrote: Hi, I've performed an lda and obtained a classification table for some of my data:

Re: [R] help with plotting results of lda

2009-04-26 Thread Prof Brian Ripley
On Sun, 26 Apr 2009, Uwe Ligges wrote: Works for me with library(MASS) plot(lda(Species~., data=iris)) hence you may want to profide the data to enable us to reproduce your problem... He is trying to plot the results from a cross-validation. As the help page clearly states, that is a