Displaying 3 results from an estimated 3 matches for "multipatt".
Did you mean:
multipath
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
...azy to install "indicspecies". The inclusion of the raw data is a great help.
John Kane
Kingston ON Canada
-----Original Message-----
From: daily.puja at gmail.com
Sent: Tue, 19 Apr 2016 08:16:54 -0400
To: jrkrideau at 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 Version 3.2.2
I am looking for indicator species with Indicspecies package.? After runni...
2016 Apr 18
3
Indicator 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 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<- mu...
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
...on asking questions here---including discussions of using dput()
John Kane
Kingston ON Canada
> -----Original Message-----
> From: daily.puja at gmail.com
> Sent: Mon, 18 Apr 2016 16:33:54 -0400
> To: r-help at r-project.org
> Subject: [R] Indicator 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 species analysis, using
> package indicspecies with...