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.

______________________________________________
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