Question: use R!! Rstudio 2. (5 pts) Create the following sequences: - Note: use seq() or rep( ) a. a, a, a, a b. 1,3,,99 (the
use R!! Rstudio
2. (5 pts) Create the following sequences: - Note: use seq() or rep( ) a. "a", "a", "a", "a" b. 1,3,,99 (the odd numbers in [1,100]) c. 2,2,2,3,3,3,4,4,4 d. 2,3,4,2,3,4 e. 0,25,50,75,,975,1000 3. (2 pts) What happens when you mix types inside a vector? Run the following codes and inspect the data types of the below objects. - Hint: use class. xl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
