R/squaredError.R

squaredError <- function(x,y) {
  return( (x-y)^2 )
}

Try the TeachNet package in your browser

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

TeachNet documentation built on May 2, 2019, 7 a.m.