R advanced functions that will make your life easier

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Download the source code in:
    github.com/mar...

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

  • @floydatkinson9561
    @floydatkinson9561 3 года назад +7

    This is excellent. You make R less complicated.

  • @pomme_paille
    @pomme_paille 5 месяцев назад

    Amazing. Thank you for this, you now have a new subscriber!

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

    This is a great video. I really liked the with function. Thank you👏🏾👏🏾

  • @samahmedalone6573
    @samahmedalone6573 3 года назад +3

    Thanks, these functions are very helpful

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

    please do an extensive video on making simple to complicated function you have a new sub

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

    Thanks ! Could you suggest a playlist from your channel for R ?

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

    really cool stuff!! I am learning R and while there a lot of resources either they are too hard to understand or too easy for what I am trying to do. This is perfect!
    Quick question: when you use the plot command, it Showa a graph with the error bars but for me it only shows a scatter-plot type of graph... is that a specific type of package that you have there?

    • @Tota-tj5oh
      @Tota-tj5oh 2 года назад

      Pleas can you help me in my program in R , l went write in myself without pay for techar

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

    nice tutorial!

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

    Thank you

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

    Thanks alot

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

    how to create a goecode custom function in R ? pls would you provide an example

  • @JOHNSMITH-ve3rq
    @JOHNSMITH-ve3rq 3 года назад

    This is some OG shizzle

  • @davidw.9711
    @davidw.9711 2 года назад +1

    gracias

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

    This is good, I followed you step by step. When I got to 'with' and 3 functions, it didnt work for me, I got error meages lik; Age is not found, Survived is not found but I am looking at the dat, those variables are there.

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

    The with is nice but why not using tidyr

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

      These videos are part of a course on Machine Learning for non-programmers. I love tidyr but it would introduce another entry barrier for my students

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

      @@MarioCastroPonce honestly doing a lot of this in base R is harder than with tidyr or ggplot...

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

      @@lairdgallagher3620 not in my teaching experience. Non programmers don't grasp pipes and the abstraction behind tidyr so well. But maybe I'm wrong

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

    Is this advanced?

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

      Yes, to my never-programmed-earlier students 😃

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

    HII

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

    For anything be watching, so not learn from this tutorial! The by is also "group by" in TIdyR
    Learn TIdyR instead

    • @difflocktwo
      @difflocktwo 6 месяцев назад

      I fell in the tidyverse trap. I am now trying to learn as much base R as possible. Pretty fun.