Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image

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

Step: 1

a Atomic vector o... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

A First Course In Abstract Algebra

Authors: John Fraleigh

7th Edition

0201763907, 978-0201763904

More Books

Students also viewed these Programming questions

Question

Explain in your own words the idea of subjective probability.

Answered: 1 week ago