Which of the following statement find cases with no missing values?
(a) complete <- subset(data.df,complete.cases(data.df)
(b) complete <- sub(data.df,complete.cases(data.df)
(c) complete <- subset(data.df,completeall.cases(data.df)
(d) new <- old[n1:n2,n3:n4]
I had been asked this question by my college professor while I was bunking the class.
The origin of the question is Commands in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming