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