R/rangecheck.R

`rangecheck` <-
function(x) {
  x[x<0]=0
  x[x>1]=1
  x
}
davidavdav/sretools.R documentation built on May 14, 2019, 10:37 p.m.