R/coef_CTmeta.R

Defines functions coef.CTmeta

#' @S3method coef CTmeta
#' @export coef.CTmeta
#' @export

coef.CTmeta <- function(x)
{

  x <- as.list(x)

  est <- x$Overall_vec

  return(est)

}
rebeccakuiper/CTmeta documentation built on May 19, 2024, 11:30 p.m.