How to subset rows in R with filter()

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

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

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

    If I now want to take the mean of a column from the new tibble that I have from filtering by row, do you have a video that discusses that?

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

      Probably you just want mean(data$column) where `data` is your filtered set.

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

    Thank you!

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

    does maggitr pipe %>% work fine too?

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

    How can you filter row 13?

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

    The 2 was not removed (10:32)