R/rhoMatrix-cov_of_cor.R

Defines functions cov_of_cor

Documented in cov_of_cor

#' @rdname sigmacap_of_rhocap
#' @export
cov_of_cor <- function(x,
                       sd) {
  sigmacap_of_rhocap(
    x = x,
    sd = sd
  )
}
jeksterslab/rhoMatrix documentation built on Dec. 20, 2021, 10:11 p.m.