R Tutorial: Exploratory Factor Analysis (EFA)

Поделиться
HTML-код
  • Опубликовано: 11 авг 2020
  • This video shows you how to run an exploratory factor analysis in R and how to write it up
    Data and code can be found here drive.google.com/drive/folder...

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

  • @suhailakhtar4251
    @suhailakhtar4251 3 года назад +1

    Thank you. This is really useful.

  • @ebnouseyid5518
    @ebnouseyid5518 2 года назад

    Thanks for the wonderful lecture.
    I have two questions in EFA:
    First question:
    The assumption in EFA, that the measurement errors are not correlated between them isn't valid in reality?
    Second question:
    Can you send me in Data under which if I apply EFA I find heywood cases.

  • @kobeoncount
    @kobeoncount 11 месяцев назад +1

    Thank you very much for the great lecture. I have a question:
    I run the same test with my Likert-scale data (203 responses, 20 questions/ nfactors = 20). In this first test, there were 6 factors with the eigenvalue 1.00 or more. Then, I did the test again just like you (nfactors = 6), and this time there were 5 factors with the eigenvalue 1.00 or more, and not 6 (one of the factors was 0.95 now). In this case, should I take these 5 factors with the eigenvalue 1.00 or more, or should I take 6 of them?

    • @oceelysium
      @oceelysium 2 месяца назад

      Don’t know if you’re still wondering, but parallel analysis is likely to be a more accurate way of determining the number of factors to be extracted

  • @mehmetceylan3987
    @mehmetceylan3987 3 года назад

    Hi! Thanks a lot. Can you try that for dichotomous data set with using polychoric / tetrachoric correlation?

    • @DrPC_statistics_guides
      @DrPC_statistics_guides  3 года назад +1

      Yes you can easily do the same thing with polychoric / Tetrachoric correlation (the former for ordinal, the latter for dichotomous)
      eg
      Poly_DATA

    • @elbarca223
      @elbarca223 2 года назад +1

      @@DrPC_statistics_guides can you share how to do an EFA bifactor analysis?

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

    thank you for this video.
    i have a question please
    in EFA we have to determine the factoring method , but you didn't , why ? . thank you again

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

      Sorry Im not clear what you are referring to- the actual method e.g. ML, OLS, or Minres or do you ascertaining the number of factors?

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

    very useful. Can you also explain how to export the EFA output into excel?

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

      It's not particularly convenient to do it as the package doesn't lend itself to exporting but I have made this for you which is the best possible way I have found hope it helps! ruclips.net/video/SdG061mpfFw/видео.html

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

    I tried this in R studio (ver 2022) and there was no "fa" function... did it get updated?

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

      Have you got the psych package installed and activated from the library?

  • @Stangeloino
    @Stangeloino 3 года назад

    MR1, MR2 .... what is the official name for this? you said are Eigen factor value, right?

    • @DrPC_statistics_guides
      @DrPC_statistics_guides  3 года назад +1

      they are often called Eigenvalues

    • @Stangeloino
      @Stangeloino 3 года назад

      @@DrPC_statistics_guides thanks a lot! Now I am thinking about go for EFA or CFA to build my model in the master thesis. but this video helps a lot!