Question: Please write the following R code: set.seed(222) x = sample(1:100,1) vec = c(4,5,8,11,x) Now, what is the sum of all elements in the vector variable
Please write the following R code: set.seed(222) x = sample(1:100,1) vec = c(4,5,8,11,x) Now, what is the sum of all elements in the vector variable vec?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
