ComenzarEmpieza gratis

Visualizing influences on purchase probability

Let's try plotting and interpreting the purchasing behavior model from the last lesson. You'll step through several iterations of plots of log_mod2, moving from raw plots on the fitting scale towards plots on the response scale with more natural interpretations.

The model (log_mod2) from the previous exercise is available in your workspace.

Este ejercicio forma parte del curso

Nonlinear Modeling with Generalized Additive Models (GAMs) in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio completando el código de muestra.

# Plot on the log-odds scale
___
Editar y ejecutar código