Question
Which R value represents a missing observation?
Select an option. Your answer will be checked instantly.
Correct Answer: B. NA
Explanation:
NA is the standard marker for a missing value in R.
It is distinct from NULL, which generally represents the absence of an object.
Leave a Reply