Which Of The Following Statement Find Cases With No Missing #632
Which of the following statement find cases with no missing values?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Commands - Quiz No.2.
Which of the following statement find cases with no missing values?
complete <- subset(data.df,complete.cases(data.df)
complete <- sub(data.df,complete.cases(data.df)
complete <- subset(data.df,completeall.cases(data.df)
new <- old[n1:n2,n3:n4]