Solved

Molly Wants to View Observations with Missing Values in Inventory

Question 6

Multiple Choice

Molly wants to view observations with missing values in Inventory. However, her data set is quite large. What functions should she use to complete her task in R?


A) > is.na (myData.Inventory)
B) > is.na (myData$Inventory)
C) > which (is.na(myData$Inventory) )
D) > which (is.na(myData.Inventory) )

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions