R/coef.rrma.R

Defines functions coef.rrma

#' @S3method coef rrma
coef.rrma <- function(x) {
	ret <- x$est[,2]	
	names(ret) <- x$est[,1]
	ret
}
seananderson/robustmeta documentation built on May 29, 2019, 4:25 p.m.