var_lnCVR: Sampling variance for lnCVR

View source: R/es_stat.R

var_lnCVRR Documentation

Sampling variance for lnCVR

Description

Function for calculating sampling variance of log coefficient of variation ratio under different assumptions about mean-variance relationships.

Usage

var_lnCVR(m1, m2, sd1, sd2, n1, n2, cor, Equal.E.C.Corr = TRUE)

Arguments

m1

Mean of group 1

m2

Mean of group 2

sd1

Standard deviation of group 1

sd2

Standard deviation of group 2

n1

Sample size of group 1

n2

Sample size of group 2

cor

Assumed correlation between mean and variance. Used when a vector of statistics of length 1 is provided.

Equal.E.C.Corr

Logical indicating whether the the correlation between mean and variance is equal in both group groups.

Author(s)

Alistair Senior - Alistair.senior@sydney.edu.au

References

Nakagawa et al. (2015) Meta-analysis of variation: ecological and evolutionary applications and beyond. Methods in Ecology and Evolution, 6:143-152.


daniel1noble/metaAidR documentation built on Oct. 14, 2023, 3:23 p.m.