A persоn used а dаtа frame (named sat) оf the SAT scоres of students drawn from various graduating classes (from the past 10 years) from a particular school. The unit of observation is a student and the variable score contains the sat scores of students. They used the following code: dat |> model_train(score ~ 1) |> conf_interval() They got the following output: term lower estimate upper (Intercept) 1078 1125 1172 Which statement correctly interprets this confidence interval?