Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The ________ function creates a regular sequence of values to form a vector.

a) sequel
b) Rep
c) seq
d) Grep

Answer: c
Explanation: 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.

Join The Discussion