May 2017
Beginner to intermediate
394 pages
8h 50m
English
There are several basic data types in R for handling different types of data and values:
numeric: The numeric data type is used to store real or decimal vectors and is identical to the double data type.double: This data type can store and represent double precision vectors.integer: This data type is used for representing 32-bit integer vectors.character: This data type is used to represent character vectors, where each element can be a string of type characterlogical: The reserved words TRUE and FALSE are logical constants in the R language and T and F are global variables. All these four are logical type vectors.complex: This data type is used to store and represent complex numbersfactor: This type is used to represent nominal or categorical ...Read now
Unlock full access