Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Use R to generate a variable named N1000 containing 1,000 observations drawn from a Normal distribution with a mean of 5 and a standard deviation of 2. Hint: The R code starts with N1000 = rnorm(...

1 answer below »

Use R to generate a variable named N1000 containing 1,000 observations drawn from a Normal distribution with a mean of 5 and a standard deviation of 2.

Hint: The R code starts with N1000 = rnorm(

Then, create and upload a properly labelled histogram of N1000. Describe the histogram in two or three sentences. Be sure to comment on its shape, center and spread. Incorporate statistics into your description.

Create a properly labelled Q-Q Plot for Income on Mars. Comment on whether the data is normally distributed.

Upload a picture of the eight strips of paper from your craft with the area written on each of the strips of paper.

Use the XXXXXXXXXX% rule to answer the following questions:

i. Calculate the area to the left of -2. ii. Calculate the area to the right of 2. iii. Calculate the area to the left of 1. iv. Calculate the area to the right of 1. v. Which strips include the middle 95% of the distribution? vi. Which strips include the upper 16% of the distribution? viii. Which strips include the lower 5% of the distribution?

Hint: Use your stips of paper from the craft.


Answered 2 days After Oct 12, 2021

Solution

Suraj answered on Oct 15 2021
120 Votes
The random variable names N1000 is generated using R with mean 5 and 2 standard deviation from normal distribution. The R code is given as follows:
N1000<-rnorm(1000,5,2)
The histogram is given as follows:
The above histogram is looking symmetric about the mean 5. Thus, the shape of the distribution is normal distribution, the center or mean is 5 and spread...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here