Description Usage Arguments Value Author(s) Examples
This is a function of the package "cooccurExtra". The main idea of this function is distincting the cooccurence ("positive", "negative", or "random") of species pairs from a "cooccur" ouput model object. It provides an output of table in the class of data frame to show probabilities as well as the classifying positive, negative or no cooccurence associations between species in each pair.
1 | checkpnr(cooccur.mod)
|
cooccur.mod |
An model object generated by "cooccur" function from package "cooccur". |
Returns a data frame with all the needed pairs of species as well as the p-values and the cooccurence between the species in each pair.
sp1_name |
Name of a specie in a pair. |
sp2_name |
Name of the other specie in a pair. |
p_gt |
Probabilities for rejecting classifying positive and negative associations between the species in each pairs. |
PNR |
The cooccurence associations ("positive", "negative", or "random") between the species in each pairs. |
Yingjia Jot He
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.