Question: Using R language 1) Create: a) An atomic vector of your own choice b) A list of your own choice c) An augmented vector of

Using R language

1) Create: a) An atomic vector of your own choice b) A

1) Create: a) An atomic vector of your own choice b) A list of your own choice c) An augmented vector of your own choice (You'll use the attr()) function for this, or create an object that has attributes associated with it by default 2) Create a function called summ2 () to be used as argument FUN to function apply () in order to obtain the minimum, maximum, mean, median, and standard deviation for each of the columns of a matrix. Demonstrate using this function on a 100 by 5 matrix of standard normal variables (you'll need function rnorm () for this). Your answer should be a 5 by 5 matrix.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

a Atomic vector o... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!