R/rhoMatrix-cor-check-dot.R

Defines functions .check_cor

#' @rdname .check_rhocap
#' @noRd
.check_cor <- function(x,
                       return_k = FALSE) {
  .check_rhocap(
    x = x,
    return_k = return_k
  )
}
jeksterslab/rhoMatrix documentation built on Dec. 20, 2021, 10:11 p.m.