R/koffset.R

Defines functions koffset

koffset <- function(income, X, Y, Yright, Method = "linear") {
  stats::approxfun(x = X, y = Y, yright = Yright, method = Method)(income)
}
HughParsonage/grattan documentation built on April 1, 2024, 4:10 a.m.