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

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 22

  • @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

  • @bolatitosarumi728
    @bolatitosarumi728 4 місяці тому +3

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

  • @kingsleyunegbu1222
    @kingsleyunegbu1222 Рік тому +2

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

  • @successfulvictorypublisher6090

    Par Excellence! Tqsvm Dr. Danny Arends!

  • @sagarikamishra144
    @sagarikamishra144 Рік тому +2

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

  • @S1m0nTG
    @S1m0nTG Рік тому +1

    This guy knows.

  • @mitch6151
    @mitch6151 4 місяці тому +1

    Thank You So Much!

  • @n.m.h.a.1101
    @n.m.h.a.1101 2 роки тому +4

    excellent thank you so much

  • @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.

  • @elibainbridge1326
    @elibainbridge1326 10 місяців тому +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  10 місяців тому +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 10 місяців тому

    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  10 місяців тому

      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.

  • @Eatingshow888
    @Eatingshow888 Рік тому +3

    thank you so much