เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Visualizing the distribution of residuals

Let's now compute both the predicted score \(\hat{y}\) and the residual \(y - \hat{y}\) for all \(n = 463\) instructors in the evals dataset. Furthermore, you'll plot a histogram of the residuals and see if there are any patterns to the residuals, i.e. your predictive errors.

model_score_4 from the previous exercise is available in your workspace.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Modeling with Data in the Tidyverse

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Calculate predictions and residuals
model_score_4_points <- ___
model_score_4_points
แก้ไขและรันโค้ด