Re: [R] Indicator Species analysis; trouble with multipatt

2016-04-19 Thread John Kane
To: jrkrid...@inbox.com Subject: Re: [R] Indicator Species analysis; trouble with multipatt Thanks for the replies. I have fixed the problem.  I only need to reorganized my data.  Now my question is about asking questions correctly.  I hope I've got it.  Please find the script attached here. R Vers

Re: [R] Indicator Species analysis; trouble with multipatt

2016-04-19 Thread Ansley Silva
gt; From: daily.p...@gmail.com > > Sent: Mon, 18 Apr 2016 16:33:54 -0400 > > To: r-help@r-project.org > > Subject: [R] Indicator Species analysis; trouble with multipatt > > > > Hello, > > > > *Error in tx %*% comb : non-conformable arguments* > > > &

Re: [R] Indicator Species analysis; trouble with multipatt

2016-04-19 Thread John Kane
dicator Species analysis; trouble with multipatt > > 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 specie

Re: [R] Indicator Species analysis; trouble with multipatt

2016-04-18 Thread Jim Lemon
Hi Ansley, Without your data file (or a meaningful subset) we can only guess, but you may be trying to define groups on the columns rather than the rows of the data set. Usually rows represent cases and each case must have a value for the grouping variable. Jim On Tue, Apr 19, 2016 at 6:33 AM, A

[R] Indicator Species analysis; trouble with multipatt

2016-04-18 Thread Ansley Silva
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 dat