PaluckMetaSOP-package | R Documentation |
This package implements the Paluck lab's approach to meta-analysis.
It comprises six functions, two datasets, and four vignettes. The main documentation for this package is in its vignettes.
The first vignette provides an overview of the next three and where they fit into the overall structure of a meta-analysis.
The second vignette is about converting a study's results into an estimate of standardized mean difference, variance, and standard error.
The third vignette is about actually doing meta-analysis.
The fourth vignette is about writing meta-analysis papers.
The six functions are d_calc
, map_robust
,
study_count
, sum_lm
, sum_tab
, and
var_d_calc
.
The two datasets are contact_data
and sv_data
. These datasets are used in the vignettes and
function documentation as examples. They come from our papers
'The Contact Hypothesis Re-evaluated'
and 'Preventing Sexual Violence — A Behavioral Problem Without a Behaviorally-Informed Solution',
respectively.
Please install this package with vignettes included via
remotes::install('setgree/PaluckMetaSOP', build_vignettes = T)
.
You can then browse the vignettes with browseVignettes('PaluckMetaSOP')
.
Maintainer: Seth Green sag2212@columbia.edu (ORCID)
Authors:
John-Henry Pezzuto (ORCID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.