ComenzarEmpieza gratis

How do people value white chocolate?

With effects coding, we can find the parameter for the left-out level as the negative sum of the parameters for the other levels of the factor. Let's compute the value of White chocolate using this rule. choc_m7 is still loaded.

Este ejercicio forma parte del curso

Choice Modeling for Marketing in R

Ver curso

Instrucciones del ejercicio

  • The coefficients for the levels of Type are in positions 5 to 8. Select these coefficients and print them to confirm.
  • Compute the negative sum of those coefficients. This is the coefficient for the left-out White type.

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# print the coefficients 


# compute the negative sum of those coefficients
Editar y ejecutar código