Data included no NAs
The data that I have downloaded under the exercise resources for this lecture contained no NAs.
1 answers ( 0 marked as helpful)
Figured it out. I do not know why the following code results in no missing value being reported:
any(is.na("emp_na")). but the correct form is without the quoatation mark.