Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/metapsy-project/metapsyTools

Read-only repository for the package "metapsyTools".
https://github.com/metapsy-project/metapsyTools

meta-analysis psychotherapy r-package

Last synced: about 2 months ago
JSON representation

Read-only repository for the package "metapsyTools".

Lists

README

        


metapsyTools


![R CMD Check](https://img.shields.io/badge/R%20CMD%20Check-passing-brightgreen)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.6566632-blue)](https://doi.org/10.5281/zenodo.6566632)

The `metapsyTools` package facilitates the calculation of effect sizes and meta-analyses based on the [Metapsy](https://www.metapsy.org) database (or databases adhering to the same format).

## Installation

The `metapsyTools` package lives in a **GitHub repository**. It can only be downloaded using the code below:

```r
if (!require("remotes"))
install.packages("remotes")

remotes::install_github(
"metapsy-project/metapsyTools",
build_vignettes = TRUE)
```

## Repository Rules

You are allowed to use, fork and share the package. Please note that we will **not consider** pull requests or issue reports from **external users** who are not part of the Metapsy project collaboration.