Feature Scaling in R

Data Science with R Programming 6 min min read Updated: Mar 07, 2026 Beginner
Feature Scaling in R
Beginner Topic 2 of 10

Feature Scaling

Feature scaling standardizes numerical variables so that machine learning models treat all features equally.

r scaled_data <- scale(mtcars)

Next Tutorial: Data Normalization

Get Newsletter

Subscibe to our newsletter and we will notify you about the newest updates on Edugators