R/logit.R

Defines functions `logit`

`logit` <-
function(x,xmin=0,xmax=1)
  log((x-xmin)/(xmax-x))

Try the PSM package in your browser

Any scripts or data that you put into this service are public.

PSM documentation built on May 2, 2019, 6:53 p.m.