All Projects → psychmeta → psychmeta

psychmeta / psychmeta

Licence: other
Psychometric meta-analysis toolkit

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to psychmeta

metafor
A meta-analysis package for R
Stars: ✭ 174 (+357.89%)
Mutual labels:  r-package, meta-analysis
metadat
Meta-analytic datasets for R
Stars: ✭ 21 (-44.74%)
Mutual labels:  r-package, meta-analysis
rtweet.download
{rtweet} helpers for automating large or time-consuming downloads
Stars: ✭ 24 (-36.84%)
Mutual labels:  r-package
paradox
ParamHelpers Next Generation
Stars: ✭ 23 (-39.47%)
Mutual labels:  r-package
mikropml
User-Friendly R Package for Supervised Machine Learning Pipelines
Stars: ✭ 34 (-10.53%)
Mutual labels:  r-package
travis
⛔ ARCHIVED ⛔ Set Up 'Travis' for Testing and Deployment
Stars: ✭ 61 (+60.53%)
Mutual labels:  r-package
RANN
R package providing fast nearest neighbour search (wraps ANN library)
Stars: ✭ 43 (+13.16%)
Mutual labels:  r-package
EMDR-for-browsers
Eye Movement Desensitization and Reprocessing is a newer form of therapy for PTSD as well as anxiety
Stars: ✭ 19 (-50%)
Mutual labels:  psychology
agent
Store sensitive data such as API tokens
Stars: ✭ 19 (-50%)
Mutual labels:  r-package
JATOS
Just Another Tool for Online Studies
Stars: ✭ 60 (+57.89%)
Mutual labels:  psychology
EduData
Edudata: Datasets in Education and convenient interface for downloading and preprocessing dataset in education
Stars: ✭ 39 (+2.63%)
Mutual labels:  psychometrics
aRt
R package to create generative art.
Stars: ✭ 37 (-2.63%)
Mutual labels:  r-package
pkgkitten
Create simple packages which pass R CMD check
Stars: ✭ 31 (-18.42%)
Mutual labels:  r-package
cranlogs
Download Logs from the RStudio CRAN Mirror
Stars: ✭ 70 (+84.21%)
Mutual labels:  r-package
gendercoder
Creating R package to code free text gender responses
Stars: ✭ 48 (+26.32%)
Mutual labels:  r-package
geoparser
⛔ ARCHIVED ⛔ R package for the Geoparser.io API
Stars: ✭ 38 (+0%)
Mutual labels:  r-package
GAlogger
Log R Events and R Usage to Google Analytics
Stars: ✭ 23 (-39.47%)
Mutual labels:  r-package
rprotobuf
R Interface to Protocol Buffers
Stars: ✭ 62 (+63.16%)
Mutual labels:  r-package
nasapower
API Client for NASA POWER Global Meteorology, Surface Solar Energy and Climatology in R
Stars: ✭ 79 (+107.89%)
Mutual labels:  r-package
jpndistrict
🗾 Create Japansese Administration Area Maps
Stars: ✭ 18 (-52.63%)
Mutual labels:  r-package

psychmeta logo

psychmeta

Psychometric Meta-Analysis Toolkit

CRAN Version Total Downloads Monthly Downloads

Overview

The psychmeta package provides tools for computing bare-bones and psychometric meta-analyses and for generating psychometric data for use in meta-analysis simulations. Currently, the package supports bare-bones, individual-correction, and artifact-distribution methods for meta-analyzing correlations and d values. Please refer to the overview vignette vignette("overview", package = "psychmeta") for an introduction to psychmeta's functions and workflows (also found here).

Authors

psychmeta was written by Jeffrey A. Dahlke and Brenton M. Wiernik.

Installation

The official CRAN release of psychmeta can be installed with the following code:

install.packages("psychmeta")

Development versions of psychmeta from GitHub reflect updates made to the package between official CRAN releases. The GitHub release can be installed with the following code:

install.packages("remotes")
remotes::install_github("psychmeta/psychmeta")

Citing psychmeta

To cite psychmeta in your research, please refer to the package's citation information using the citation() function.

citation("psychmeta")

Reporting Issues

To report a bug or other issue, tell us about it on GitHub or email [email protected]. For more general questions and inquiries about the package, reach out to us via Twitter or email [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].