R/ipsatize.R

ipsatize <-
function(set) {
  out <- data.frame(t(apply(set, 1, scale2)))
  colnames(out) <- paste(names(set), ".ip", sep="")
  return(out)
}

Try the multicon package in your browser

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

multicon documentation built on May 2, 2019, 3:18 a.m.