InvTransform: Fit function that performs inverse transformations to the...

Description Usage Arguments Value

View source: R/TransformationsInverse.R

Description

Takes in transformed dataset and inverse-transform it based on the model file provided

Usage

1
InvTransform(data, trans_fit_model)

Arguments

data

Transformed dataset

trans_fit_model

A model file that captures the details of transformations done to given data. This is returned as a list element by VariableTransform function

Value

An inverse transformed dataset


akunuriYoshitha/BestTransform documentation built on Feb. 19, 2021, 3:23 a.m.