Removing NAs in R dataframes

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

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

  • @walruzman
    @walruzman 4 месяца назад

    Concise and efficient even almost a decade later thank you

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

    Thank you so so much for this simple explanation. Many videos are just too complicated but this is just what I needed.

  • @osmanuamadu2084
    @osmanuamadu2084 7 месяцев назад

    very clear and straight to the point. Thank you very much Richard.

  • @kishenjit
    @kishenjit 4 года назад +1

    Dear Richard, you made my day. It is very useful for very first learners and it is worthy to watch it many times. You gave a single code to remove all the NA's in single go, I am delighted. Yes, subscribed you channel to follow other videos! Thanks a lot!

  • @ekaterinakuzmina4932
    @ekaterinakuzmina4932 9 лет назад +8

    very clear and well structured video, thank you Richard, please continue uploading more videos!

  • @ravimenon4906
    @ravimenon4906 6 лет назад +2

    clear explanation of the dealing with NAs in a data frame - thank you!

  • @shineshine9599
    @shineshine9599 6 лет назад +1

    What a great tutorial...Richard you are the bestest teacher!! Thank you and keep uploading videos.

  • @kristindanko639
    @kristindanko639 7 лет назад +4

    Great video Richard, thanks so much

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

    Simple enough. Thanks for this clear and concise explanation.

  • @ummechand4202
    @ummechand4202 4 года назад +1

    Love the video. Thanks a lot.May God Bless you

  • @jrippee05
    @jrippee05 6 лет назад +3

    This really doesn't help me. I have a huge data set that is a CSV and it is messed up: it has NA, X and blanks in it. I can not get it to work correctly and I searched for over an hour for an answer.

  • @yousfoss4367
    @yousfoss4367 5 лет назад +2

    Please what is the first command you entered for the assessment of the missing values. may you right it down? thks

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

    Thank you Richard, it is very useful

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

    Thank you so much, great work, really helpfull.

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

    great lesson mate!

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

    This is really felpful! Thank you!

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

    Amazing, fantastic, thank very much.

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

    Hi, I am doing a meta analysis and I wanted to calculate the variations and I got NaN? Hi do u deal with that? What does it mean? How do I explain in my thesis what it means

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

    Why would´t you write a function with a loop in it? It iterates over the columns and impute the individual NAs.

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

    Great video man, helped us out for our thesis!

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

    Thank you, Maybe someone can help me further... How can I exclude single missing values from cases runinng confirmatory Factor Analysis , without deleting the whole cases? I think the "na.rm=TRUE"-function should be the right one, but it seems that this doesnt work with the CFA. When I do this, R still excludes the whole cases from the analysis. I would be so thankful, if anyone could help me!

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

    Richard haven't find matrices videos of sucessive position

  • @Im_Am25
    @Im_Am25 7 лет назад

    Hello, I am trying to plot a graph for a dataframe of two columns and I gave it two columns as arguments when I call the function plot(dtf$Location,dtf$NetValueTC)I get this Error in plot.window(...) : need finite 'xlim' values
    In addition: Warning messages:
    1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion
    2: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion
    3: In min(x) : no non-missing arguments to min; returning Inf
    4: In max(x) : no non-missing arguments to max; returning -InfCan you help me pleaase? Thank you very much !

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

    thank you so much, it was very useful and clear

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

    I have a dataset where na is specified by a value of -200. How to clean that dataset?

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

      I have the same question, did you find the answer ?

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

    good one.. helpful

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

    what to do if you have a messed data with100000 variables?

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

    Ayth guru

  • @akeefchoudhury1039
    @akeefchoudhury1039 7 лет назад

    Arigato Sensei!!!

  • @zubairqureshi7365
    @zubairqureshi7365 8 лет назад

    excellent

  • @MrSkipBertman
    @MrSkipBertman 6 лет назад +1

    You should take a second to let people see what you're inputting before smacking return and exclaiming "excellent!"
    These videos fulfill a real purpose dude, you don't need to put on airs like you're marketing something people don't need.

    • @nicholasr.652
      @nicholasr.652 3 года назад

      Hola, thanks for the video but yea to fast in your input don't assume were all awesome programmers that know how to code everything some of us are learning, but still thanks!

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

    ruclips.net/video/wu9LNdPS0Ro/видео.html jump here to go to the most useful one