R/relerr_sf.R

Defines functions relerr_sf

Documented in relerr_sf

relerr_sf <- function(x, y)
{
    abs((x - y)/x)
}

Try the scoringfunctions package in your browser

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

scoringfunctions documentation built on April 4, 2025, 12:28 a.m.