myrmse.R

myrmse = function(m, o){
  sqrt(mean((m - o)^2))
}
portokalh/adforesight documentation built on May 7, 2019, 8:03 a.m.