View source: R/stat.p.R View source: R/perm.p.R
stat.p | R Documentation |
Calculation of the p-value based on a posterior distribution through data permutations.
Calculation of the p-value based on a posterior distribution through data permutations.
stat.p(metrics, stat.hist = FALSE)
stat.p(metrics, stat.hist = FALSE)
metrics |
an integer vector of permuted statistical values of interest |
stat.hist |
if true, a stat.hist of the posterior distribution is ploted. The observed metric is also ploted. |
histogram |
if true, an histogram of the posterior distribution is ploted. The observed metric is also ploted. |
Due to data dependency, a valuable p-value in social networking has to be computed through a null model approach.
Due to data dependency, a valuable p-value in social networking has to be computed through a null model approach.
An integer vector of left and rigth p-values, if metrics is an integer vector and if histogram is false.
An integer vector of left and rigth p-values and an histogram of the posterior distribution, if metrics is an integer vector and if histogram is false.
An integer vector of left and rigth p-values, if metrics is an integer vector and if stat.hist is false.
An integer vector of left and rigth p-values and an histogram of the posterior distribution, if metrics is an integer vector and if stat.hist is false.
Sebastian Sosa, Ivan Puga-Gonzalez.
Sebastian Sosa, Ivan Puga-Gonzalez.
Farine, D. R. (2017). A guide to null models for animal social network analysis. Methods in Ecology and Evolution.
Sosa, S. (2018). Social Network Analysis, in: Encyclopedia of Animal Cognition and Behavior. Springer.
Farine, D. R. (2017). A guide to null models for animal social network analysis. Methods in Ecology and Evolution.
Sosa, S. (2018). Social Network Analysis, in: Encyclopedia of Animal Cognition and Behavior. Springer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.