R/mae.R

Defines functions mae

mae <- function(x, y){
  
  mean(abs(x - y))
  
}
apear9/SSNdesign documentation built on Feb. 19, 2020, 4:29 a.m.