Re: [R] Plotting Discriminants from qda

2013-02-20 Thread David Winsemius
On Feb 20, 2013, at 2:42 PM, Melanie Zoelck wrote: > Dear R Help Members, > > I am aware how to plot the LD1 vs LD2 from a lda in R, using the code: > > plot(baseline.systat.hat$x, > col=baseline.systat.hat$class,pch=as.numeric(baseline.systat.hat$class)) > > However, I need to use the quadra

[R] Plotting Discriminants from qda

2013-02-20 Thread Melanie Zoelck
Dear R Help Members, I am aware how to plot the LD1 vs LD2 from a lda in R, using the code: plot(baseline.systat.hat$x, col=baseline.systat.hat$class,pch=as.numeric(baseline.systat.hat$class)) However, I need to use the quadratic discriminant function, qda due to data properties. Is there a wa