Pval {cati} | R Documentation |
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).
Pval(x, na.rm = TRUE)
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. |
A list of p-value for each metrics, traits and grouping if needed (e.g. sites)
Adrien Taudiere
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)