R/mv_if.R

Defines functions mv_if

Documented in mv_if

mv_if <- function(x1, x2, y)
{
    cbind((x1 - y), (x2 + x1^2 - 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.