• 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

R Function

colSums in R – compute sum of all columns in a dataframe or matrix

rstats101 · January 12, 2022 ·

In this tutorial, we will learn about colSums() function in base R and use it to calculate sum of all columns in a matrix or a dataframe. We will see two examples to understand the use colSums() function. First, we will calculate sum of all columns in a matrix and dataframe with … [Read more...] about colSums in R – compute sum of all columns in a dataframe or matrix

Filed Under: colSums() R Tagged With: Sum of Columns in R

head() in R to view the first elements

rstats101 · January 11, 2022 ·

head() function in R is one of the most useful functions that lets you quickly get a peek at the data you have in a R object. Using head() function in R, you can view the first elements in a vector, matrix, dataframe and other R objects. In this tutorial, we will use head() … [Read more...] about head() in R to view the first elements

Filed Under: head(), R Function Tagged With: head() function in R

How To Check If One or More Elements is in a Vector

rstats101 · December 5, 2021 ·

In this tutorial, we will learn about is.element() function available in base R and use it to check if one or more elements is present in a vector. Let us create a sample vector in R Our simple vector hs 6 elements. If we want to check if a value us present in the … [Read more...] about How To Check If One or More Elements is in a Vector

Filed Under: %in%, is.element() Tagged With: find if an element is in a vector

dplyr’s arrange(): Sort a Dataframe Columns

rstats101 · September 27, 2021 ·

Sort Dataframe by a Column

In this tutorial, we will learn how to sort a dataframe by a column in R. We will see three examples of using tidyverse's arrange() function to sort a dataframe by one of its columns. First, we will sort a dataframe by numerical column in ascending order, next we will sort it in … [Read more...] about dplyr’s arrange(): Sort a Dataframe Columns

Filed Under: arrange() Tagged With: dplyr arrange, sort dataframe by a column, sort dataframe in R, sort dataframe with arrange()

How to Create a dataframe from vectors in R

rstats101 · September 24, 2021 ·

Dataframe from Scratch

In this tutorial, we will learn how to create a dataframe from scratch in R. We will learn to create a dataframe from two vectors of same length. Let us get started creating two vectors in R. We use results from OReilly's 2021 Data/AI Salary Survey giving average salary … [Read more...] about How to Create a dataframe from vectors in R

Filed Under: data.frame Tagged With: Create dataframe R, vectors to dataframe in R

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