R/estimateB.R

estimateB <- function(x){

        sum(abs(x-median(x)))/length(x)

}

Try the LCA package in your browser

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

LCA documentation built on May 2, 2019, 8:26 a.m.