Task 5: We have the following vector in R: X=c(2,1,5,0,4,5,3). Use R to: a) Obtain a new vector Y each value of which is
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Task 5: We have the following vector in R: X=c(2,1,5,0,4,5,3). Use R to: a) Obtain a new vector Y each value of which is
Task 5: We have the following vector in R: X=c(2,1,5,0,4,5,3). Use R to: a) Obtain a new vector Y each value of which is two times less than the corresponding value in X; (0.1) b) Obtain the five number summary for X. (0.2) c) Obtain the logarithm of X, and save the result as Y2. (0.2)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!