Description Usage Arguments Value
View source: R/calculate_hyperstat.R
A function for calculating hyperstats from BayeSSC simulated stats. Here we calculate four hyperstats for each summary statistics: mean, variance, skewness and kurtosis as explained on https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Higher-order_statistics
1 | calculate_hyperstat(obs, hbayessclike = T, col = NULL)
|
obs |
A data frame containing the BayeSSC simulated summary statistics |
hbayessclike |
|
col |
A character vector providing the names of columns for hyperstat calculation. Currently this parameter is not in use. |
A data frame containing the calculated hyperstats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.