• 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

How to Select Rows of a dataframe by position

rstats101 · June 18, 2022 ·

In this post, we will see how to subset a dataframe or select rows based on their position. We will first use dplyr's slice() function to slice a dataframe by location and then show how to select rows by position using base R Let us load tidyverse suite of R packages … [Read more...] about How to Select Rows of a dataframe by position

Filed Under: dplyr, dplyr slice() Tagged With: dplyr slice() select rows by location, select rows by position

How to replace NA in a column with specific value

rstats101 · June 17, 2022 ·

In this tutorial we will learn how to replace missing values/NA in a column with a specific value. We will replace NA in a column using two approaches. At first we will use dplyr function mutate and ifelse to identify the element(s) with NA and replace with a specific value. Next … [Read more...] about How to replace NA in a column with specific value

Filed Under: dplyr, replace NA, replace NAs tidyverse Tagged With: replace missing value in a column, replace NA in a column with specific value

How to add row number within each group in dplyr

rstats101 · June 3, 2022 ·

In this tutorial, we will learn how to add row numbers with in each group of a dataframe in R. We will use combination of group_by() and row_number() functions from dplyr to add row number by group. To get started let us load tidyverse and palmer penguin datasets. Here we … [Read more...] about How to add row number within each group in dplyr

Filed Under: dplyr, dplyr row_number() Tagged With: dplyr row number by group, dplyr row_number

How to select one or more columns from a dataframe

rstats101 · May 20, 2022 ·

In this tutorial we will learn how to select one or more columns/variables from a data frame in R. We first learn how to select the columns of interest with dplyr's select() function by using their name and then we will learn how to select columns using base R approach. Let … [Read more...] about How to select one or more columns from a dataframe

Filed Under: dplyr, dplyr select() Tagged With: select columns base R, select columns tidyverse

How to rename one or more columns of a dataframe

rstats101 · May 17, 2022 ·

In this tutorial, we will learn how to rename one or more columns of a dataframe in R. We will use rename() function in dplyr R package to change the name of a single column first and then see an example of using rename() function to rename more than one columns. Let us get … [Read more...] about How to rename one or more columns of a dataframe

Filed Under: dplyr, dplyr rename() Tagged With: rename columns in dplyr

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • 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