Description Usage Arguments Value Examples
This function will do inveser logit transformation on a matrix
contains real numbers. The formula is inver_logit(x) = (1+exp(-x))^(-1)
1 | inver_logit(x)
|
x |
a matrix contains real numbers |
a probability matrix
1 | ## Not run: inver_logit(matrix(rnorm(3*4),nrow=3,ncol=4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.