• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Rstats 101

Learn R Programming Tips & Tricks for Statistics and Data Science

  • Home
  • About
    • Privacy Policy
  • Show Search
Hide Search

dplyr if_else(): Create new variable from existing variable

rstats101 · November 10, 2022 ·

With dplyr's if_else() function, we can create a new variable based on the values of another variable. if_else() function in dplyr takes in a condition as input and can assign a value based on the condition is true or false. In this example, we will use dplyr's if_else() to … [Read more...] about dplyr if_else(): Create new variable from existing variable

Filed Under: rstats101 Tagged With: dichotomize a numerical variable, dplyr if_else()

tidyverse all_of(): select columns from a vector

rstats101 · November 2, 2022 ·

In this tutorial, we will learn about how to select multiple columns from a dataframe by using the column names as a vector at once. tidyverse' tidyselect package has numerous options for selecting columns from a datafame. all_of() is one of the functions in tidyselect that … [Read more...] about tidyverse all_of(): select columns from a vector

Filed Under: tidyselect Tagged With: select columns using vector

pivot_longer on dataframe with single row

rstats101 · October 30, 2022 ·

In this tutorial, we will see an example of using pivot_longer() function to reshape, a dataframe with a single row, from wide form to long tidy form. Sometimes you might have a dataframe with just one long row and it is useful to reshape into longer format. We will start … [Read more...] about pivot_longer on dataframe with single row

Filed Under: pivot_longer(), tidyr Tagged With: pivot_longer() all columns, tidyr pivot_longer()

dplyr across(): Compute column-wise mean

rstats101 · October 29, 2022 ·

In this tutorial, we will learn how to use dplyr's across() function to compute means of all columns in a dataframe. In R, we can use many approaches to compute column means. Here we will use tidyverse approach using dplyr's across() function to compute column wise means. We … [Read more...] about dplyr across(): Compute column-wise mean

Filed Under: dplyr, dplyr across() Tagged With: column-wise mean, dplyr across() column-wise

How to remove columns with all NAs

rstats101 · October 14, 2022 ·

Learn to remove columns with all NAs using two approaches

In this tutorial, we will learn how to drop columns with values that are all NAs. We will use two approaches to remove columns with all NAs. First, we will use tidyverse approach, where we perform column-wise operation to see all values are NAs and select columns that are not all … [Read more...] about How to remove columns with all NAs

Filed Under: apply(), dplyr select() Tagged With: remove columns with all NAs

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Interim pages omitted …
  • Page 24
  • Go to Next Page »

Primary Sidebar

Recent Posts

  • How to create a nested dataframe with lists
  • How to compute proportion with tidyverse
  • How to Compute Z-Score of Multiple Columns
  • How to drop unused level of factor variable in R
  • How to compute Z-score

Categories

%in% arrange() as.data.frame as_tibble built-in data R colSums() R cor() in R data.frame dplyr dplyr across() dplyr group_by() dplyr rename() dplyr rowwise() dplyr row_number() dplyr select() dplyr slice_max() dplyr slice_sample() drop_na R duplicated() gsub head() impute with mean values is.element() linear regression matrix() function na.omit R NAs in R near() R openxlsx pivot_longer() prod() R.version replace NA replace NAs tidyverse R Function rstats rstats101 R version scale() sessionInfo() t.test() tidyr tidyselect tidyverse write.xlsx

Copyright © 2025 · Daily Dish Pro on Genesis Framework · WordPress · Log in

Go to mobile version