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 way to obtain the same sort of plot for from a qda 
object (and the output of predict qda). I have not been able to find this and 
am a bit stumped. I cannot seem to find any information on plotting this.

Thank you,

Melanie
____________________________________________
Melanie Zölck (Zoelck)
PhD Candidate
Galway-Mayo Institute of Technology
Marine and Freshwater Research Centre
Commercial Fisheries Research Group
Department of Life Science
Dublin Road
Galway
Republic of Ireland
Mobile: +353 (0) 85 7246196
Skype: melaniezoelck
E-mail: mzoe...@gmx.com or mzoe...@hotmaill.com


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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