R/meanlog_if.R

Defines functions meanlog_if

Documented in meanlog_if

meanlog_if <- function(x, y)
{
    log(x) - log(y)
}

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.