联系方式

  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-23:00
  • 微信:codinghelp

您当前位置:首页 >> Python编程Python编程

日期:2019-10-18 11:04

Homework 2

Weeks 4 and 5

library(tidyverse)

# Load up the mpg dataset (from the ggplot2 package)

data("mpg")

1. Create a plot comparing the miles per gallon by different driving location (cty or hwy). You may find

this easier to do if you transform the data set using a method we learned in a previous lesson. What do

you see in this plot/what should be the main takeaways?

2. Take the plot you created in 1 and make it publication ready however you see fit (scale, labels, color,

theme, etc.).

3. Create another plot on your own using the mpg data set. Explain why you chose to create the plot that

you did, why you chose the variables you did, and why you think it is an important relationship to look

at. Explain what you see in your plot.

4. Calculate each of the following and tell me what we can take away from each statistic:

? Count of drv

? Quartiles of hwy

? Mean and median of cty

Weeks 6 and 7

5. Take a look at the mpg data set. If we were to predict hwy using a linear regression model, what do you

think would be good to use as predictors? Use any pre-analysis steps or general knowledge of the data

set to support your ideas.

6. Using the mpg data set, build a model using displ, drv, and class to predict hwy. Explain your output

from a practical perspective.

7. Check regression assumptions; explain why each assumption is met or not.

# Load up the geyser data set in the MASS package

library(MASS)

data("geyser")

8. Perform some pre-analysis on the geyser data set; explain what you see.

9. Build a simple linear regression model predicting duration by waiting. Explain output and assumptions.

10. Build a polynomial model predicting the same thing as 9. You choose the degree. Explain your choices

and output. Compare this model with the one you built in 9. Which do you think is better?

1


版权所有:留学生编程辅导网 2020 All Rights Reserved 联系方式:QQ:99515681 微信:codinghelp 电子信箱:99515681@qq.com
免责声明:本站部分内容从网络整理而来,只供参考!如有版权问题可联系本站删除。 站长地图

python代写
微信客服:codinghelp