R/find1.R

Defines functions find1

Documented in find1

find1 <- function(x, pars)
{
  Ret <- ((x - pars) > -0.5) * ((x - pars) < 0.5)
  return(Ret)
}
ChrisKust/rexpar documentation built on May 6, 2019, 11:48 a.m.