inv_logit | R Documentation |
This is simply 'stats::plogis', renamed for compatibility between R and Stan. 'brms' previously included this, but it was removed from that package.
inv_logit(q)
q |
all.equal(inv_logit(2),plogis(2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.