pseudo_logit | R Documentation |
This function compute the link function to constrain parameters to a positive domain.
pseudo_logit(x)
x |
A |
A vec
containing logit terms.
James Joseph Balamuta (JJB)
pseudo_logit_inv
# Set seed for reproducibility
set.seed(1412)
# Simulate data
x.sim = runif(10, -1, 1)
# Transform
x.sim.transformed = pseudo_logit(x.sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.