Data Science Desktop Survival Guide
by Graham Williams |
|||||
Characters |
20180723 On ingesting the dataset into R we observe the variables identified (automatically) as having character base::class(). The expected values for such variables are strings of characters. We often call such variables categoric variables. Within R these are usually represented as a data type called factor and handled specially by many of the modelling algorithms.
We can observe some meta data for each of the character variables. Let's first identify the character variables.