Answered step by step
Verified Expert Solution
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started