Description Usage Arguments Author(s)
Mantel and partial Mantel tests, internal.
1 2 3 4 5 6 7 8 9 10 11 12 | int.mantel(
d1,
d2,
dc,
nsim,
test,
alternative = "auto",
plotit = FALSE,
method = "pearson",
na.omit = FALSE,
...
)
|
d1 |
distance matrix. |
d2 |
distance matrix. |
dc |
conditional distance matrix (optional). |
nsim |
Number of Monte-Carlo simulations. |
test |
If test = "bootstrap", the program generates a bootstrap resampling and the associated confidence intervals. If test = "permutation" a permutation test is made and the P-values are computed. |
alternative |
The alternative hypothesis. If "auto" is selected (default) the program determines the alternative hypothesis. Other options are: "two.sided", "greater" and "less". |
plotit |
Should be generated a plot of the simulations? |
Leandro Roser leandroroser@ege.fcen.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.