Creating dummy variables in R
In statistical modeling and data analysis, dummy variables are often used to represent categorical data. The dummy variables are binary variables represented as either 0 or 1. This article deals with creating dummy variables in R. Let’s create the following data set for students containing their score of different subjects, by using the following commands […]
Creating dummy variables in R Read More »