R/data.R

#' Meta-analysis about meat consumption
#'
#' Meta-analysis of the effectiveness of educational behavior interventions that
#' attempt to reduce meat consumption by appealing to animal welfare.
#'
#' @docType data
#'
#' @format A data frame with 100 rows and 4 columns:
#' \describe{
#'   \item{yi}{Point estimate on log-risk ratio scale}
#'   \item{vi}{Variance of point estimate}
#'   \item{cluster}{Paper that contributed the point estimate}
#'   \item{randomized}{Logical indicating whether study was randomized}
#' }
#'
#' @references
#' \insertRef{mathur2021}{metabias}
"meta_meat"

Try the multibiasmeta package in your browser

Any scripts or data that you put into this service are public.

multibiasmeta documentation built on Aug. 23, 2023, 5:08 p.m.