CommencerCommencer gratuitement

Summarizing the model

Again, you want to draw some conclusions about the importance of the marketing activities. Although the interpretation of the coefficients requires alternative methods, the information regarding model fit and importance of effects can still be summarized by using the function summary() on the extended.model object.

Cet exercice fait partie du cours

Building Response Models in R

Afficher le cours

Instructions

  • Obtain the goodness of fit measures and the P-values for the extended.model object by using the function summary().

Exercice interactif pratique

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

# Summarize the extended.model
Modifier et exécuter le code