R/coinertia.partial.syncsa.R

Defines functions coinertia.partial.syncsa

Documented in coinertia.partial.syncsa

#' @rdname coinertia.syncsa
#' @encoding UTF-8
#' @export
coinertia.partial.syncsa <- function(x, y, z, scale = FALSE){
  rxy.temp <- SYNCSA::coinertia.syncsa(x, y, scale = scale)
  rxz.temp <- SYNCSA::coinertia.syncsa(x, z, scale = scale)
  ryz.temp <- SYNCSA::coinertia.syncsa(y, z, scale = scale)
  RV <- SYNCSA::part.cor(rxy.temp, rxz.temp, ryz.temp)
  return(RV)
}
vanderleidebastiani/SYNCSA documentation built on Sept. 4, 2020, 10:57 p.m.