invert_bc_transform | R Documentation |
Invert a Box-Cox transformation. See car::bcPower for the original transformation.
invert_bc_transform(b, lambda, gamma)
b |
a univariate numeric vector. |
lambda |
exponent for Box-Cox transformation |
gamma |
offset for Box-Cox transformation |
a transformed object of the same class as y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.