R/RGI.chc.R

Defines functions RGI.chc

RGI.chc <- function(x,xhat) {
    xbar <- rowMeans(x)
    return(rowSums((xhat-xbar)^2)/rowSums((x-xbar)^2))
}

Try the compHclust package in your browser

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

compHclust documentation built on May 1, 2019, 8:42 p.m.