Data

Data transformation and standardization in r

Introduction Often economic and other Machine Learning data are of different units or sizes making either estimation, interpretation or visualization difficult. The solution to these issues can be handled if the data can be transformed to unitless or data of similar magnitude. When the need to transform thus arises, then one finds it difficult to get handy function to achieve that. In this blog, I share with you a function data_transform from Dyn4cast package that can easily transform your data.