Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

### Problem 11 assign 4 RStudio Consider the following data, which are rounded to the nearest integer. Construct the histogram and the box plot of

### Problem 11 assign 4 RStudio Consider the following data, which are rounded to the nearest integer. Construct the histogram and the box plot of data2. Compute the mean and standard deviation of data2 and draw the normal distribution function along with the histogram using `dnorm` to plot the curve.

```{r} #include solution in R #uploading data data2=c(19,19,19,16,21,14,23,17,19,20,18,24,20,13,16,17,19,18,19,17,21,24,18,23,19,21,22,20,20,20,24,17,20,22,19,22,21,18,20,22,16,15,21,23,21,18,18,20,15,25)

```

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

Datacasting How To Stream Databases Over The Internet

Authors: Jessica Keyes

1st Edition

007034678X, 978-0070346789

More Books

Students also viewed these Databases questions

Question

Are these written ground rules?

Answered: 1 week ago

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago