Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

convert a categore from numerical to categorical in r code example

Example: 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)

Tags:

R Example

Related

expected string or bytes-like object python code example connect http proxy C# code example jest test value of input code example get log crontab code example javascript + prevent + submit button code example new calendar event code example how to make textfield accepts only ten numbers in flutter code example x3+x2-16x+20/(x-2)2 code example tic tac toe 2 player code example go method slice code example parental eager load laravel code example it bg image code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy