CommencerCommencer gratuitement

Extracting model elements

The variable returned by lm() that contains the model object has many elements. In order to perform further analysis on the model results, you need to extract the useful bits of it. The model coefficients, the fitted values, and the residuals are perhaps the most important bits of the linear model object.

mdl_price_vs_conv is available.

Cet exercice fait partie du cours

Introduction to Regression in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Get the model coefficients of mdl_price_vs_conv
___
Modifier et exécuter le code