get_shift {power.transform}R Documentation

Get shift value

Description

Get the shift value of a transformer object.

Usage

get_shift(object, ...)

## S4 method for signature 'transformationPowerTransform'
get_shift(object, ...)

## S4 method for signature 'transformationBoxCox'
get_shift(object, ...)

## S4 method for signature 'transformationYeoJohnson'
get_shift(object, ...)

Arguments

object

Transformer object

...

Unused arguments

Value

shift value of the transformer.


[Package power.transform version 1.0.1 Index]