dat.nakagawa2007 | R Documentation |
A meta-analysis on the association between the size of a male's bib and their social status in house sparrows (Passer domesticus).
dat.nakagawa2007
The data frame contains the following columns:
StudyID | character | identity of primary study |
Place | character | location of study population |
Correlation | numeric | correlation coefficient |
SampleSize | integer | sample size of population |
Each study measures the association between a sparrows bib size and its social status. Effects are quantified as correlation coefficients.
ecology, correlation coefficients
Daniel Noble, daniel.noble@anu.edu.au
Nakagawa, S., Ockendon, N., Gillespie, D. O. S, Hatchwell, B. J., & Burke, T. (2007). Assessing the function of house sparrows' bib size using a flexible meta-analysis method. Behavioral Ecology, 18(5), 831–840. https://doi.org/10.1093/beheco/arm050
### copy data into 'dat' and examine data dat <- dat.nakagawa2007 dat ## Not run: ### load metafor package library(metafor) ### calculate Zr dat <- escalc(measure="ZCOR", ri=Correlation, ni=SampleSize, data=dat) ### fit meta-analytic model res <- rma.mv(yi, vi, random = list(~ 1 | StudyID), data=dat) res ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.