int.mantel: Mantel and partial Mantel tests, internal.

Description Usage Arguments Author(s)

View source: R/int.mantel.R

Description

Mantel and partial Mantel tests, internal.

Usage

 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,
  ...
)

Arguments

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?

Author(s)

Leandro Roser leandroroser@ege.fcen.uba.ar


EcoGenetics documentation built on July 8, 2020, 5:46 p.m.