powered by
inv.logit(a)logit(p)
logit(p)
inv.logit
a
logit returns a vector of the same length as p with the log odds of p.
logit
p
tt
inv.tt
p <- runif(100) print(a <- GMCM:::logit(p)) p - GMCM:::inv.logit(a)
Run the code above in your browser using DataLab