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: 2 days ago
JSON representation
Read-only repository for the package "metapsyTools".
- Host: GitHub
- URL: https://github.com/metapsy-project/metapsyTools
- Owner: metapsy-project
- License: mit
- Created: 2022-05-09T21:49:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T10:04:09.000Z (17 days ago)
- Last Synced: 2024-10-30T11:18:45.723Z (17 days ago)
- Topics: meta-analysis, psychotherapy, r-package
- Language: R
- Homepage: https://tools.metapsy.org
- Size: 16.5 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-psychology-projects - metapsy-project/metapsyTools - R package facilitates the calculation of effect sizes and meta-analyses (Psychotherapy / Tools for tests and experiments)
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.