#' @title Example RoBMA fit to Lui 2015 data
#'
#' @description RoBMA fit (with removed posterior samples) for
#' the example analysis on the Lui 2015 data example from AMPPS
#' (vignette at https://cran.r-project.org/web/packages/RoBMA/vignettes/Tutorial.html)
#'
#'
#' @format An RData file
#'
#' @return An object of class RoBMA.
"exampleRobmaLui2015"
#' @title Maire 2019 distance matrix
#'
#' @description Distance matrix from Maire et al. (2019) for the example
#' multilevel/multivariate meta-analysis. See dat.maire2019 in the metadat
#' package.
#'
#' @format An Rdata file
#'
#' @return A distance matrix
"exampleMaire2019DistanceMatrix"
.mammGetExampleMaire2019DistanceMatrix <- function() {
data("exampleMaire2019DistanceMatrix")
return(exampleMaire2019DistanceMatrix)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.