1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. Tidyverse로 하는 데이터 모델링

Connected

Exercises

"beauty score"로 예측하기

UT Austin의 어떤 강사에 대해, 알 수 있는 정보는 beauty score가 5라는 것뿐이라고 합시다. 이때 이 강사의 강의 평가 점수 $y\(에 대한 예측값 \)\hat{y}$는 얼마인가요?

get_regression_table(model_score_2)
  term      estimate std_error statistic p_value lower_ci upper_ci
  <chr>        <dbl>     <dbl>     <dbl>   <dbl>    <dbl>    <dbl>
1 intercept    3.88      0.076     51.0        0    3.73     4.03 
2 bty_avg      0.067     0.016      4.09       0    0.035    0.099

คำแนะนำ 1 / 2

undefined XP
    1
    2
  • 위의 절편과 기울기 값을 사용해 이 강사의 점수를 예측하세요.