Buffl

3rd Week

LI
by Luca I.

Interpret the following result:



Model Fit:

  • PremSum is binary -> either 0 or 1 -> we apply logistic function -> Logit regression result

  • Pseudo R² = 0.029

    • → The predictors explain about 2.9% of the variation in the log-odds of subscribing. This is weak explanatory power.

  • Log-Likelihood

    • Null model: -13840

    • Fitted model: -13437

      → Improvement is significantn (goal get closer to zero)

  • Likelihood Ratio (LR) test p-value = 3.5e-174

    → The model overall is statistically significant (at least one predictor helps explain premSub).

Coefficients:

  • Intercept = -1.0240, p < 0.001

    → When all predictors = 0, the log-odds of subscribing is -1.02 (probability < 0.5).

  • Income = 1.206e-05, p < 0.001

    → Statistically significant.

    → Each unit increase in income increases the log-odds of subscribing by 0.00001206.

    → Since income is probably measured in whole currency units, this is tiny per unit, but grows with scale.

    → In odds ratio terms: e^{0.00001206} ≈ 1.000012.


    • A 10,000-unit increase in income → odds of subscribing increase by about 12%.

  • avgHoursWatched = 0.0137, p = 0.194

    → Not statistically significant.

    → Watching more hours does not meaningfully predict premium subscription.

  • Satisfaction = 0.0083, p = 0.501

    → Not statistically significant.

    → Satisfaction scores also do not explain subscription behavior here.

Confidence Intervals:

  • Income CI = [1.1e-05, 1.31e-05] → clearly positive, reinforcing significance.

  • Hours watched CI includes 0 → not significant.

  • Satisfaction CI includes 0 → not significant.






Author

Luca I.

Information

Last changed