I performed canonical correspondence analysis (cca) with the example data of vegan, but I'm not able to obtain a table like scores() for the constraining variables. I can see them in the summary() mode, but it would be great to have in a separate table. Any suggestion?, thanx Gianandrea
require(vegan) data(varespec) data(varechem) vare.cca<-cca(varespec,varechem) scores(vare.cca) summary(vare.cca) -- View this message in context: http://www.nabble.com/cca-constraining-variables-table-tp19688215p19688215.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.