1.

The ________ function creates a regular sequence of values to form a vector.(a) sequel(b) Rep(c) seq(d) GrepThis question was posed to me in examination.My question is based upon Data Types in chapter Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

The CORRECT choice is (c) seq

The best I can explain: The rep function replicates elements of vectors. The seq function creates a regular sequence of values to FORM a vector. The FOUR most frequently used types of DATA objects in R are vectors, matrices, data FRAMES and lists.



Discussion

No Comment Found

Related InterviewSolutions