Skip to content

Commit

Permalink
#59 #102 add .bib for vignettes add link to alt. outcome measures / N…
Browse files Browse the repository at this point in the history
…akagawa (2023)
  • Loading branch information
egouldo committed Aug 12, 2024
1 parent 89c290c commit 95b3549
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vignettes/data_cleaning_preparation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ vignette: >
%\VignetteIndexEntry{data_cleaning_preparation}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
bibliography: vignettes.bib
---

```{r, include = FALSE}
Expand All @@ -33,7 +34,9 @@ We have anonymised our public dataset `data(ManyEcoEvo)` `anonymise_teams()`, wh

## Data Pre-processing for Meta-analysis

The meta-analysis requires that all estimates are on the same scale. This is because the meta-analysis is based on the assumption that the effect sizes are comparable.
The meta-analysis requires that all estimates are on the same scale. This is because the meta-analysis is based on the assumption that the outcome measures are comparable. Note that the ManyAnalysts project utilises two different outcomes for meta-analysis, standardised effect-sizes, or $Z_r$ and out-of-sample predictions $y_i$, But alternative effect-size measures may be utilised instead[^1].

[^1]: See Table 2 in @nakagawa2023: <https://environmentalevidencejournal.biomedcentral.com/articles/10.1186/s13750-023-00301-6/tables/2>

We provide the function `standardise_response()` to standardise a data-frame of analyst-data.

Expand Down Expand Up @@ -123,7 +126,7 @@ In order to proceed with standardisation of effect-sizes or out-of-sample estima
#### Back-transforming analysts' reported out-of-sample predictions {#sec-back-transformation}

| Function Name | Description |
|---------------------|---------------------------------------------------|
|-----------------------|-------------------------------------------------|
| `log_back()` | Back-transform beta estimates for models with log-link |
| `logit_back()` | Back-transform beta estimates for models with logit-link |
| `probit_back()` | Back-transform beta estimates for models with probit-link |
Expand Down Expand Up @@ -159,3 +162,5 @@ We provide the `conversion()` function, which applies the relevant `back()` func
### Excluding Data

- exclude_extreme_VZ() - exclude extreme values of VZ

## References
15 changes: 15 additions & 0 deletions vignettes/vignettes.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

@article{nakagawa2023,
title = {Quantitative evidence synthesis: a practical guide on meta-analysis, meta-regression, and publication bias tests for environmental sciences},
author = {Nakagawa, Shinichi and Yang, Yefeng and Macartney, Erin L. and Spake, Rebecca and Lagisz, Malgorzata},
year = {2023},
month = {04},
date = {2023-04-24},
journal = {Environmental Evidence},
pages = {8},
volume = {12},
number = {1},
doi = {10.1186/s13750-023-00301-6},
url = {https://doi.org/10.1186/s13750-023-00301-6},
note = {Citation Key: nakagawa2023}
}

0 comments on commit 95b3549

Please sign in to comment.