PROCESS/R: How to Check the Regression Assumptions

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 7

  • @veraboelsen3560
    @veraboelsen3560 2 года назад +2

    Vielen, vielen Dank. Videos mit solchen genauen Informationen fehlen oft. Hat mir sehr geholfen!

  • @nikedejong5724
    @nikedejong5724 Год назад +1

    Should you then check the assumptions of the robust regression with the same code as the squared regression? (like Shapiro-test, but then with the robust regression fit) How do you check for assumptions then? Or you just don't check them and use bootstrap method?

    • @RegorzStatistik
      @RegorzStatistik  Год назад

      Here, I use robust regression mostly for checking whether outliers are a problem in the dataset. If the robust results match the normal regression results then that should not be the case. Normality (Shapiro-Wilk) should not be a problem in robust regression since outliers produce most problems with nonnormality and outliers are downweighted in robust regression.

  • @codeworksarena
    @codeworksarena 8 месяцев назад

    Please you video on robust linear regression. i have dataset like to explore and seem have hint deadlock.

    • @RegorzStatistik
      @RegorzStatistik  8 месяцев назад

      Here is the tutorial about robust regression:
      ruclips.net/video/qte9ASvgElI/видео.html

  • @liselotschipper6224
    @liselotschipper6224 7 месяцев назад

    How can I check no multicollinearity for PROCESS moderated mediation

    • @RegorzStatistik
      @RegorzStatistik  7 месяцев назад

      A moderated mediation consists of two regression models (prediction of the mediator and prediction of the dv). You could run these two regressions in R and get VIFs.