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