Hello, *Error in tx %*% comb : non-conformable arguments*
Suggestions greatly appreciated. I am a beginner and this is my first time posting. I would like to get the summary for indicator species analysis, using package indicspecies with multipatt. I am getting errors, I believe, do to my data organization. After reorganizing and reorganizing, nothing has helped. > data<- read.csv(file="Data1.csv", header=TRUE, row.names=1, sep=",") > ap<-data[c(1:24, 1:81)] > groups<-c(rep(1:4,6)) > indval<- multipatt(ap, groups, control = how(nperm=999)) *Error in tx %*% comb : non-conformable arguments* -- Ansley Silva *"The clearest way into the Universe is through a forest wilderness." John Muir* *Graduate Research Assistant* ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.