Description Usage Arguments Value
View source: R/TransformationsInverse.R
Takes in transformed dataset and inverse-transform it based on the model file provided
1 | InvTransform(data, trans_fit_model)
|
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 |
An inverse transformed dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.