[R] candisc plot subset of all groups

farful farful at gmail.com
Thu Nov 4 19:28:23 CET 2010


Hello,

I'm doing CDA, and want to view a plot one group at a time. How can I plot
just one group?

Example:
iris.mod <- lm(cbind(Petal.Length, Sepal.Length, Petal.Width, Sepal.Width) ~
Species, data=iris)
iris.can <- candisc(iris.mod, data=iris)
plot(iris.can)

In this example the plot shows all three groups - how do I get it to only
show one group?

Thanks!
-- 
View this message in context: http://r.789695.n4.nabble.com/candisc-plot-subset-of-all-groups-tp3027532p3027532.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list