se.spear | R Documentation |
This function computes the Bonett-Wright standard error of a Spearman correlation using the estimated correlation and sample size. The standard error from this function can be used as input in the meta.ave.cor.gen function in applications where a combination of different types of correlations are used in the meta-analysis.
se.spear(cor, n)
cor |
estimated Spearman correlation |
n |
sample size |
Returns a one-row matrix:
Estimate - Spearman correlation (from input)
SE - standard error
Bonett2000vcmeta
se.spear(.40, 55)
# Should return:
# Estimate SE
# Spearman correlation: 0.4 0.1210569
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.