Analyzing regression output
You are interested in how well the model you've just built fits the data. To measure this, you want to calculate the median absolute difference between the true and predicted earnings. You run the following line of code:
median(abs(biopics$earnings - model_1$fitted.values), na.rm = TRUE)
What do you think will be the result?
Это упражнение является частью курса
Handling Missing Data with Imputations in R
Практическое интерактивное упражнение
Превратите теорию в практику с помощью одного из наших интерактивных упражнений
Начать упражнение