• 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

rstats101

How to use outer function in R

rstats101 · December 22, 2022 ·

outer() function in R

In this tutorial, we will learn how to use outer() function in R. The outer() function in R is a useful tool for applying a function to all pairs of elements of two input vectors. The basic syntax of using outer() function is this Here X and Y are vectors and default … [Read more...] about How to use outer function in R

Filed Under: outer() function, rstats101 Tagged With: outer function in R

How to use dollar $ operator in R

rstats101 · December 22, 2022 ·

R programming language uses $ operator (dollar operator) for extracting or accessing elements from data structures like list or dataframe. For example, with $ operator we can select specific elements of a list or dataframe by their names instead of their position. In this … [Read more...] about How to use dollar $ operator in R

Filed Under: rstats101 Tagged With: $ operator in R

How to compute mean in R

rstats101 · December 21, 2022 ·

mean function in R

In this tutorial, we will learn how to use mean() function in R to compute mean (or average) of a vector. In the most basic use case, mean() function takes a vector as input argument and computes arithmetic mean of the elements in the vector In R, we can learn more about … [Read more...] about How to compute mean in R

Filed Under: R Function, rstats101 Tagged With: mean function in R

How to calculate cumulative sum in R

rstats101 · December 6, 2022 ·

cumulative sum in R

In this tutorial, we will learn how to calculate cumulative sum in R. With cumsum() function in base R, we. can compute cumulative sum of a vector in R. We will first see two examples of using cumsum() on a vector to compute cumulative sum and then we will compute cumulative … [Read more...] about How to calculate cumulative sum in R

Filed Under: rstats101 Tagged With: cumulative sum in R

dplyr rename(): How to rename column in r with dplyr

rstats101 · December 3, 2022 ·

How to rename a column with dplyr's rename()

In this tutorial, we will learn how to rename column name of a dataframe in R using dplyr's rename() function. We will first see the basic syntax to use to change the name of a column with dplyr's rename(). Then we will see an example of of changing one column name and next wee … [Read more...] about dplyr rename(): How to rename column in r with dplyr

Filed Under: rstats101 Tagged With: dplyr rename(), rename column with dplyr, rename columns in R

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