c_inequality {stops} | R Documentation |
c-inequality calculates c-inequality (as in an economic measure of inequality) as Pearsons coefficient of variation of the distance matrix this is one of few c-structuredness indices not between 0 and 1, but 0 and infinity
c_inequality(confs)
confs |
a numeric matrix or data frame |
x<-1:10 y<-2+3*x+rnorm(10) z<- sin(y-x) confs<-cbind(z,y,x) c_inequality(confs)