Data analysis using R - Your first R script - Lecture 1 (Part 2)

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

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

  • @bolatitosarumi728
    @bolatitosarumi728 3 месяца назад +3

    This is a great resource!! Thank you for making this resource available, Dr Danny!

  • @moanamina1268
    @moanamina1268 Год назад +5

    Im a field scientist (marine biologist) and thank you for providing these materials for free! I am starting this course now to do statistics and graphs.

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

      You're welcome, enjoy learning R, graphs, and statistics

  • @kingsleyunegbu1222
    @kingsleyunegbu1222 Год назад +2

    Thanks so much, Dr Danny! this has really been of great help. Super grateful!

  • @successfulvictorypublisher6090
    @successfulvictorypublisher6090 Год назад +2

    Par Excellence! Tqsvm Dr. Danny Arends!

  • @sagarikamishra144
    @sagarikamishra144 Год назад +2

    Thanks so much for the lecture. Truly needed and helpful.

  • @mitch6151
    @mitch6151 2 месяца назад +1

    Thank You So Much!

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

    This guy knows.

  • @n.m.h.a.1101
    @n.m.h.a.1101 Год назад +4

    excellent thank you so much

  • @Eatingshow888
    @Eatingshow888 Год назад +3

    thank you so much

  • @elibainbridge1326
    @elibainbridge1326 8 месяцев назад +1

    does R have anything equivalent to Python 'Virtual environments" where I could load packages so as not to clutter the base install of R on my Windows system?

    • @DannyArends
      @DannyArends  8 месяцев назад +1

      R doesn't need it, since packages aren't loaded until you decide to do so using the library() function. In theory you could set up different named sessions with combinations of packages loaded, but normally a script will just start with loading packages x,y,z.
      Different R versions have their own package installation folders, that don't interfere with each other.

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

    Hello! Dear can you make an elaborative video on genralized linear model and generalized linear mixed model with data analysi on both and how interpret and please if with genetics background

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

      I will put this on my TODO list, I haven't really had much time to make videos recently but I will try and get around to it at some point

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

    But why is R ugly

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

      How do you mean ugly ?
      It's a really nice and very powerful language, which allows you to code in many different ways (functional, object oriented).
      The only ugly "thing" about R is the Rgui interface which is kind of outdated, compared to more modern REPL interfaces.

  • @jacqueto
    @jacqueto 2 года назад +3

    thank you so much

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

      You're welcome, thanks for taking the time to leave a comment. Enjoy the rest of the lectures.