R/meanmo.R

meanmo <-function(x){ 

n<-length(x)

sum(x^2)/(n-1) 

}
nunesmatt/liftLRD documentation built on May 15, 2019, 4:16 p.m.