metaRmat R package
consulting
software development
Software development project in R to convert project specific meta-analysis code to an R package to generalize analyses to be used across projects and data.
Consulted to develop R code for a meta-analysis project. The project had code that worked for a single project to synthesize correlation matrices and conduct a path analysis. I helped generalize the code to be reusable across data opening up the method to be used by a variety of other researchers. This is an open-source project that created an R package hosted on GitHub.
The package can be installed with the following R command, assuming that the remotes packages is already installed.
::install_github("lebebr01/metaRmat") remotes
The full package website is available for you to view.