Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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. xlStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started