Social Media Research

02 R Data Analysis


Question

What types of special values (e.g. missing values) exist in R and how are they shown ?


Answer
  • NaN - Not a Number
  • Inf - Infinity
  • NA - Not available (missing data), can be checked with is.na(foo)



Comments