Hi all,
I am trying to plot the results of a discriminant analysis done with
lda(MASS) but my groups appear in two different plots (in the same graphics
device) and I want to combine them in one plot. My code looks like:

BirdTrain.lda <- lda(Bdisperser~., data=BirdTrain.mx)
predict(BirdTrain.lda)
plot(BirdTrain.lda)

I have two types of Bdisperser, so I only get one linear discriminant
function. Can anyone please tell me how to combine the data in one plot?

I work with R 2.4.1 using Windows.
-- 
View this message in context: 
http://www.nabble.com/plotting-lda-results-tf4312870.html#a12279005
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to