Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use R code and don't copy previous answer since there are some difference! Initialize the city of Boston earnings dataset as shown below: boston

Use R code and don't copy previous answer since there are some difference!

Initialize the city of Boston earnings dataset as shown below:

boston <- read.csv( "https://people.bu.edu/kalathur/datasets/bostonCityEarnings.csv", colClasses = c("character", "character", "character", "integer", "character"))

The data in the file contains the total earnings of the employees of city of Boston.

a) Show the histogram of the employee earnings. Use breaks from 40000 to 400000 in steps of 20000 and show the corresponding tick labels on the x-axis. Compute the mean and standard deviation of this data. What do you infer from the shape of the histogram?

b) Draw 5000 samples of this data of size 10, show the histogram of the sample means. Compute the mean of the sample means and the standard deviation of the sample means. Use sample() function with replace as FALSE for drawing the samples. Set the start seed for random numbers as 1000.

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

Essential Partial Differential Equations Analytical And Computational Aspects

Authors: David F Griffiths, John W Dold, David J Silvester

1st Edition

3319225693, 9783319225692

More Books

Students also viewed these Mathematics questions

Question

3. Are psychopaths anxious?

Answered: 1 week ago

Question

Define Administration?

Answered: 1 week ago

Question

5. Explain how to conduct an appraisal feedback interview.

Answered: 1 week ago

Question

2. Answer the question, Who should do the appraising?

Answered: 1 week ago