funcoes_old/invplogis3.R

invplogis3 <- function(p, a, b, ce){
  theta = log ( (p-ce)/(1-p) ) /a + b  
  theta
}
leandromarino/avaliaR documentation built on May 24, 2019, 12:33 a.m.