logit | R Documentation |
This function computes the logit link function.
logit(x)
x |
A |
A vec
containing logit terms.
James Joseph Balamuta (JJB)
logit_inv
# Set seed for reproducibility set.seed(1142) # Simulate data x.sim = runif(10) # Transform x.sim.transformed = logit(x.sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.