Assignment 1
Assignment 1
FACULTY FAST
MARKS
1. Define the meaning of missing data.
In statistics, missing data occur when no data value is stored for the variable in
an observation. In R, missing data are represented by the symbol NA (not
available). NA is not a string or a numeric value, but an indicator of
missingness. Impossible values (e.g., dividing by zero) are represented by the
symbol NaN (not a number). Unlike SAS, R uses the same symbol for
character and numeric data. SPSS has two types of missing data. In short,
system missing data are values that are completely absent from the data and
user missing data are values that are present in the data but must be excluded
from calculations.