For each R command below, please write the result you would get when you execute the command. (Of course, feel free to execute the command in R to see what it produces. However, to really benefit from this exercise, I recommend that you try to guess what the command will produce before you actually execute the command in R.): a) x = c(1,2,3,4,5) x b) y = seq(from=35, to=55, by=5) y c) z = seq(from=0, by=2, length=4) z d) x * y e) x * z f) a = x[x
BU510.650 – Data Analytics, Fall 2020 Assignment # 1 Please submit your answers in .pdf or .doc format through Blackboard and name your file…