R/invplogis3.R

Defines functions invplogis3

invplogis3 <- function(p, a, b, ce){
  theta = log ( (p-ce)/(1-p) ) /a + b  
  theta
}
leandromarino/CesgTools documentation built on May 25, 2022, 5:03 a.m.