When we don't know the value a variable takes, we say its value is missing, indicated by NA
.
Missing values are represented by the symbol NA
(not available). Impossible values (e.g., as a result of sqrt(-1)
) are represented by the symbol NaN
(not a number).