Я хочу заменить значение в столбце, строки которого пусты, на «NO» для моего столбца tech.role.
mental.health$tech.role <- as.factor(mental.health$tech.role)
levels(mental.health$tech.role)<-c("No","Yes")
Error in `levels<-.factor`(`*tmp*`, value = c("No", "Yes")) :
number of levels differs
Это ошибка, которую я получаю