logit | R Documentation |
does what you want
logit(p)
p |
the numeric vector to which the deed is done |
a numeric vector deed done
invlogit
anum <- -0.08004271 invlogit_anum <- exp(anum) / (exp(anum) + 1) logit(invlogit_anum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.