About psychmeta
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 tutorial vignette for an introduction to psychmeta
’s functions and workflows.
psychmeta
is hosted on both CRAN and GitHub. Documentation for psychmeta
’s functions is available in the package’s PDF manual.
We’re social! Follow psychmeta on Twitter for news, tips, update announcements, and more.
Authors
psychmeta
was written by Jeffrey A. Dahlke and Brenton M. Wiernik.
Installation Instructions
The official CRAN release of psychmeta
can be installed with the following code:
install.packages("psychmeta")
The unofficial GitHub release of psychmeta
reflects updates made to the package between official CRAN releases. Using the devtools package, the GitHub release can be installed with the following code:
install.packages("devtools")
devtools::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].