R/coef.iva.R

Defines functions coef.iva

Documented in coef.iva

coef.iva <-
function(object, which.dataset = NA, ...) {
  if (!is.na(which.dataset)) return(object$W[,,which.dataset])
  return(object$W)
}

Try the ivaBSS package in your browser

Any scripts or data that you put into this service are public.

ivaBSS documentation built on May 19, 2022, 5:09 p.m.