Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to convert categorical data to numerical data in r

Type_peau<-as.factor(c("Mixte","Normale","Sèche","Mixte","Normale","Mixte"))
Type_peau
unclass(Type_peau)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #categorical #data #numerical #data
ADD COMMENT
Topic
Name
5+5 =