Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

R Studio Generate a random sample of size 30 from the Normal distribution with mean 3 and standard deviation 1. Construct a 6 by 5

R Studio

Generate a random sample of size 30 from the Normal distribution with mean 3 and standard deviation 1. Construct a 6 by 5 matrix M from this data vector so that the data fills the matrix in row order. Write single expressions to do each of the following. Print the result, if needed for checking, in a separate expression. (a) How many elements in this matrix M are less than 3? (b) Extract the elements that are less than 3 in the matrix. (c) Make a copy of the original matrix M, name it N. Then replace the elements that are less than 3 with value 0 in N. (d) Make a copy of the original matrix M, name it Q. Then replace the elements that are less than 3 in column 1 and column 4 with value 0 in Q. (e) Append the vector (1, 2, 3, 4, 5, 6) to the right-hand side of the matrix Q. Call the result X

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Shamkant B. Navathe

7th Edition Global Edition

1292097612, 978-1292097619

More Books

Students also viewed these Databases questions