Description Usage Arguments Value
View source: R/marginal_methods.R
Transform values from bounded to unbounded support through probit or log transform. Assumes lower boundary is at 0. Author: Gery Geenens and Kate Doubleday
1 | transform_to_real_line(x, xmax, scale, zero_offset)
|
x |
A vector of samples |
xmax |
Maximum allowable x value. |
scale |
Scaling factor (0,1] to move maximum values off boundary at 1 |
zero_offset |
Amount to shift minimum values off the boundary at 0 in the (0,1) domain |
The vector of transformed samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.