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