R/ss.R

Defines functions ss

ss<-function(x){
  m<-mean(x)
  sum((m-x)^2)
}

Try the multiUS package in your browser

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

multiUS documentation built on Jan. 23, 2023, 5:40 p.m.