get_scale {power.transform}R Documentation

Get scale value

Description

Get the scale value of a transformer object.

Usage

get_scale(object, ...)

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

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

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

Arguments

object

Transformer object

...

Unused arguments

Value

scale value of the transformer.


[Package power.transform version 1.0.1 Index]