1.

Which of the following statement find cases with no missing values?(a) complete

Answer»

Right OPTION is (a) complete<-subset(data.df,complete.cases(data.df)

To explain: new <- OLD[n1:N2,N3:n4] select the n1 through n2 rows of VARIABLES n3 through n4.



Discussion

No Comment Found

Related InterviewSolutions