Examveda

Which of the following code constructs vector of length 11?

A. > v <- 3*x + y + 1

B. > v <- 3*x + y + 2

C. > v <- 2*x + y + 1

D. > v <- 2*x + y + 4

Answer: Option C


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics