dataFish
dataFish
  • Видео 6
  • Просмотров 65 563
sorting data in R: arrange function in dplyr
I offer one on one tutoring in R programming and Statistics. If you need help, please contact me at RstatisticsCoding@gmail.com
This video explains how to use the arrange function in the dplyr package to sort your data in R
Просмотров: 493

Видео

Filtering in R using dplyr
Просмотров 9 тыс.5 лет назад
To create the video I used Camtasia software. Please use my affiliate link if you are interested techsmith.z6rjha.net/dataFish This video shows how to use the filter function in the dplyr package.
& VS && Boolean Operators in R
Просмотров 1,9 тыс.5 лет назад
I offer one on one tutoring in R programming and Statistics. If you need help, please contact me at RstatisticsCoding@gmail.com This video talks about the difference between & and && boolean operators and the difference between | and || Boolean operators. The video also mentions the any() and all() functions in R
mutate and transmute functions from dplyr
Просмотров 8155 лет назад
To create the video I used Camtasia software. Please use my affiliate link if you are interested techsmith.z6rjha.net/dataFish This video shows how to use the mutate and transmute functions in the dplyr package
gather and spread functions from tidyr
Просмотров 33 тыс.6 лет назад
I offer one on one tutoring in R programming and Statistics. If you need help, please contact me at RstatisticsCoding@gmail.com This video discusses how to convert a data set from wide to long or long to wide format using the spread and gather function from the tidyr package in r
Using the Sample Function in R
Просмотров 20 тыс.7 лет назад
I offer one on one tutoring in R programming and Statistics. If you need help, please contact me at RstatisticsCoding@gmail.com This video shows a quick demonstration of how to use the sample function in R

Комментарии

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

    This was super helpful to see in action. Thank you so much for explaining it!

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

    5 years later, you can actually put the new variable at any location using the .before or .after argument of mutate

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

    This isss great!!!! thanks a lot :)

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

    Very clear explanation. Thanks for sharing

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

    These commands are bringing error messages when I try using them on the latest versions of R and R Studio?

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

    Hey that was so useful and powerpacked, thanks so much ! Would you please show us how to use "Case_when" in dplyr? THANK YOU !

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

    Hi, how to filter the value, for example, start with "B"? Thanks.

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

    Is this equivalent to pivoting in excel?

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

    A very helpful video, thank you!!!

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

    thanks for the video, but i was interested in filtering character variables for those that begin with specific characters or contain specific characters

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

    If I have many character values in a column, can I filter one character from that column? or if I have a Value in a column which is combination of character and numeric (eg, LMN1) can I filter this if yes how? Thanks

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

    Very helpful thanks mate

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

    dataset is not on the link...

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

    how do you filter by date?

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

    Better explanation about it so far.

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

    Very clear. Thank you

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

    me ayudó para mi laboratorio, gracias!

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

    This is the best demonstration I've seen on this! The labels (e.g. name of dataset, column name to gather...) helped immensely. Thank you so much!

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

    You are a life saver .. Thank you Sir a lot

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

    I still come here from time to time to remember how to do this. Thank you!

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

    what a compact !! nice :)

  • @neelkamalCHOURASIA
    @neelkamalCHOURASIA 4 года назад

    Excellent

  • @vlogittyguy
    @vlogittyguy 4 года назад

    Geez, it took forever for me to understand how to do this with the documentation. Thank you for your great explanation!

  • @leeyurina9702
    @leeyurina9702 4 года назад

    thank you!!!!! can you do tidyverse as well??

  • @eliezerhilario
    @eliezerhilario 4 года назад

    Exelente video. Exactamente lo que yo necesitaba Muchas gracias

  • @priomseal9567
    @priomseal9567 4 года назад

    How to select a sample of numbers lying between (0,1)

    • @nfljets37646
      @nfljets37646 4 года назад

      I would do something like: 1 / sample(0 : 100, 10) You need to chose how many possible values you want to allow between 0-1 by changing the second value in the sample function (in this case its 100) Also, when the sample happens return 0, you will get a result of "inf" you can change these values to 0

  • @luisf8036
    @luisf8036 4 года назад

    Thank you!!

  • @simonburger6697
    @simonburger6697 4 года назад

    simple and understandable example thank you

  • @swapnilnair4415
    @swapnilnair4415 4 года назад

    awesome !!!

  • @Teawhyy
    @Teawhyy 4 года назад

    Thank you so much for the video. Super helpful. How do you split data rows in R? i.e, a Column called Names_department contains data like Tina Dana_Law, Finance/Mary Jones, Sales_Finn Tom. I only need a count of the department not names, so I have to split the department from the names. About 3 million unstructured data. How do I split this row by just the department values I require.

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

      In R I think you could still use Substr() function same function works in SAS or take it in excel and use split columns or use power query

  • @josugutierrez7810
    @josugutierrez7810 4 года назад

    thank you for this video you have saved my life jajaajj

  • @Joaovictorsg
    @Joaovictorsg 4 года назад

    Thx, helped me a lot

  • @jonggyunchoi938
    @jonggyunchoi938 4 года назад

    0:17 gather() and spread() def 1:06 spread() example 2:30 gather() example

  • @ClairAnlage1
    @ClairAnlage1 5 лет назад

    Finally a good explanation ! Thank you!

  • @edwinpaul5365
    @edwinpaul5365 5 лет назад

    thanks buddy

  • @lukaloncar7131
    @lukaloncar7131 5 лет назад

    Hi Adam, amazing and great lecture! Tell me, what tool do you use to add that brackets with text?

  • @visheshkumar8015
    @visheshkumar8015 5 лет назад

    you are so good

  • @boletinoefa7448
    @boletinoefa7448 5 лет назад

    Thank u so much, You rocks !!!

  • @leyshonrr
    @leyshonrr 5 лет назад

    Very clear and concise.

  • @devanshchaurasiya
    @devanshchaurasiya 5 лет назад

    what if you have a data set in excel with numerous columns and you got to sample in that?

  • @cargouvu
    @cargouvu 5 лет назад

    Error in .f(.x[[i]], ...) : object 'Totals' not found getting this error when I type this code df %>% gather(df, Category, Totals,22:40). Any idea why?

    • @cargouvu
      @cargouvu 5 лет назад

      @@nfljets37646 Thanks for the fast reply. It worked. How can write code to reference the sum of one of the values in my new column to see if this number matches my other values?

  • @marcelofraga4487
    @marcelofraga4487 6 лет назад

    Adam, you saved my day!

  • @ramiromaravillaflores9314
    @ramiromaravillaflores9314 6 лет назад

    this is a really nice explanation. Thank u

  • @meenakshisrinivasan7789
    @meenakshisrinivasan7789 6 лет назад

    This always confuses me. Everytime -_- Thanks!

  • @sumaashree4322
    @sumaashree4322 6 лет назад

    hi pls make more packages video and explain with relevant data table

  • @himanshukeshri5974
    @himanshukeshri5974 6 лет назад

    Hi! i have a question. In mtcars data set in R i want to gather 8th, and 9th column i.e (vs,am). how can we do that?

  • @aditya-vikram-singh
    @aditya-vikram-singh 6 лет назад

    Thanks for this !!!

  • @rrrprogram8667
    @rrrprogram8667 6 лет назад

    Good one ... Is this channel about R language ?

  • @noelomeli1520
    @noelomeli1520 6 лет назад

    Clearly explained and right to the point! Thank you for making this video!