R/dispersion.R

Defines functions dispersion

Documented in dispersion

dispersion = function(V, metric = 2) {
  # measure of dispersion from measure of concentration
  return(1 - concentration(V, metric))
}

Try the agrmt package in your browser

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

agrmt documentation built on Nov. 23, 2023, 1:07 a.m.