1. 学习
  2. /
  3. 项目
  4. /
  5. Case Study: Exploratory Data Analysis in R

Connected

练习

Finding the p-value of a linear regression

Not all positive or negative slopes are necessarily real. A p-value is a way of assessing whether a trend could be due to chance. Generally, data scientists set a threshold by declaring that, for example, p-values below .05 are significant.

US_fit is still available in your workspace. In this linear model, what is the p-value of the relationship between year and percent_yes?

说明

50 XP

答案选项