QUESTION 3 Which of the folloining would enable you to obtain the element in the 3rd row of the 4th column in an object
Posted: Sun Sep 05, 2021 5:10 pm
QUESTION 3 Which of the folloining would enable you to obtain the element in the 3rd row of the 4th column in an object (x) of class matrix ? Ox[4.] x[3.1 *[3,4 x[4.31 QUESTION 4 Which of the following shows the syntax that one tynically uses to create an object in R? x = function Namecarg1, arg2. argN) Ox-functionName(argi, arg2.. argN) Ox* functionName(arg1. arg2, argN) Ox-> functionName(argi, arg. argN) QUESTIONS