Introduction
As an R programmer, working with categorical data is a common task, and factors (a data type in R) are used to represent categorical variables. However, sometimes you may encounter a situation where you need to add a new level to an…

Continue reading: How to Add New Level to Factor in …