View source: R/logit_antilogit.R
logit | R Documentation |
This function calculates the logit for the object 'p' (range 0 to 1), returning the corresponding values (range -Inf to Inf).
logit(p)
p |
A numeric vector, matrix, or array of proportions |
Object of the same dimensions as p
p <- runif(20, 0, 1)
logit(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.