Question: 1 . Create a vector of three elements ` ( 2 , 4 , 6 ) ` and name that vector ` vec . a
Create a vector of three elements and name that vector veca Create a second vector, vecb that contains a Add these two vectors together and name the result vecc b Create a vector, named vecd that contains only two elements Add this vector to veca What is the result and what do you think R did look up the recycling rule using Google What is the warning message that R gives you? Warning: longer object length is not a multiple of shorter object length c Next add to the vector veca What is the result and what did R do Why doesnt it give you a warning message similar to what you saw in the previous problem?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
