Description Usage Arguments Value Author(s) See Also Examples
This function compute the link function to constrain parameters to a positive domain.
1 | pseudo_logit(x)
|
x |
A |
A vec
containing logit terms.
James Joseph Balamuta (JJB)
1 2 3 4 5 6 7 8 | # 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.