Pval: Calcul of p-value for object of class Tstats, ComIndex,...

PvalR Documentation

Calcul of p-value for object of class Tstats, ComIndex, ComIndexMulti and listofindex

Description

Calcul of p-value for object of class Tstats, ComIndex, ComIndexMulti and listofindex. This test equates to finding the quantile in exp in which obs would be found (under a one-tailed test).

Usage

	Pval(x, na.rm = TRUE)

Arguments

x

An object of class Tstats, ComIndex, ComIndexMulti or listofindex.

na.rm

A logical value indicating whether NA values should be stripped before the computation proceeds.

Value

A list of p-value for each metrics, traits and grouping if needed (e.g. sites)

Author(s)

Adrien Taudiere

Examples


data(finch.ind)
res.finch <- Tstats(traits.finch, ind.plot = ind.plot.finch, 
	sp = sp.finch, nperm = 9, print = FALSE)
  ## Not run: 
    Pval(res.finch)
  
## End(Not run)

cati documentation built on March 18, 2022, 5:43 p.m.

Related to Pval in cati...