Please use D2L to turn in both the HTML output and your R Markdown file in. Use a dataset containing homes in the Seattle, WA area http://www.math.montana.edu/ahoegh/teaching/stat408/datasets/SeattleHousing.csv for this lab
Compute Prob[Price>600,000]
Compute Prob[Price>600,000,Waterfront=1]
Compute Prob[Price>600,000|Waterfront=1]
Are the results for a - c different? Why is this the case?
Using this dataset, summarize or visualize the distribution for home price.
Now, summarize or visualize the distribution for home price, given that Waterfront = 1 (the house is a waterfront property)
Regardless of what approach you used for 2a-2b. Compare and contrast approaches that used the mean price for each situation versus one that plots the distribution and talks about the entire set of outcomes.