R/meanmo.R

Defines functions meanmo

Documented in meanmo

meanmo <-function(x){ 

n<-length(x)

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

}

Try the liftLRD package in your browser

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

liftLRD documentation built on Sept. 17, 2023, 9:06 a.m.