Standardized all variables of a dataset in R
Mukesh Singh
In this tutorial, you will learn "How to standardize all variables of a dataset" in R programming language. To standardize your data, i.e., data with a mean of 0 and a standard deviation of 1, you can use the scale function from the base package which is a generic function whose default method centers and/or scales the columns of a numeric matrix. To learn more, please follow us - http://www.sql-datatools.com To Learn more, please visit our YouTube channel at - http://www.youtube.com/c/Sql-datatools To Learn more, please visit our Instagram account at - https://www.instagram.com/asp.mukesh/ To Learn more, please visit our twitter account at - https://twitter.com/macxima ... https://www.youtube.com/watch?v=IHjro2qZtog
5161789 Bytes