Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

boot.heterogeneity

Travis build status

The package boot.heterogeneity implements a Bootstrap-Based Heterogeneity Test for standardized mean differences (d), Fisher-transformed Pearson’s correlations (r), and natural-logarithm-transformed odds ratio (OR) in Meta-Analysis Studies.

Depending on the presence of moderators, this Bootstrap-Based Test can be implemented in the random or mixed-effects model. This package uses rma() function from the R package metafor to obtain parameter estimates and likelihood, so installation of R package metafor is required.

Installation

You can install the released version of boot.heterogeneity from CRAN with:

install.packages("boot.heterogeneity")

And the development version from GitHub with:

# install.packages("devtools")
# library(devtools)
devtools::install_github("gabriellajg/boot.heterogeneity")

If you have already installed this package locally, you need to override the previous version with force installation:

devtools::install_github("gabriellajg/boot.heterogeneity", force = TRUE)

Updates to this package will always be pushed to Github first. If you encounter any errors, please re-install the package from github using force installation and try again.

Build Status

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.