set_shift {power.transform} | R Documentation |
Set shift value
Description
Set the shift value of a transformer object.
Usage
set_shift(object, shift, ...)
## S4 method for signature 'transformationPowerTransform'
set_shift(object, shift, ...)
## S4 method for signature 'transformationBoxCox'
set_shift(object, shift, ...)
## S4 method for signature 'transformationYeoJohnson'
set_shift(object, shift, ...)
Arguments
object |
Transformer object |
shift |
Shift value |
... |
Unused arguments |
Value
Transformer object with updated shift value.
[Package power.transform version 1.0.0 Index]