Skip to main content
Category
Technologies

R Programming Tutorial

In our R tutorials, you'll find helpful tips and use cases to grow your programming skills. We'll keep you up to date with the latest techniques.
Other technologies:
R Programming

T-tests in R Tutorial: Learn How to Conduct T-Tests

Determine if there is a significant difference between the means of the two groups using t.test() in R.

Abid Ali Awan

March 14, 2023

R Programming

Multiple Linear Regression in R: Tutorial With Examples

A complete overview to understanding multiple linear regressions in R through examples.
Zoumana Keita 's photo

Zoumana Keita

December 6, 2022

R Programming

A Guide to R Regular Expressions

Explore regular expressions in R, why they're important, the tools and functions to work with them, common regex patterns, and how to use them.
Elena Kosourova 's photo

Elena Kosourova

October 14, 2022

R Programming

RStudio Tutorial

Find out what RStudio is and how to install it and begin using it
Elena Kosourova 's photo

Elena Kosourova

September 21, 2022

R Programming

The data.table R Package Cheat Sheet

The data.table cheat sheet helps you master the syntax of this R package, and helps you to do data manipulations.
Karlijn Willems's photo

Karlijn Willems

July 14, 2021

R Programming

PCH in R Tutorial

In this tutorial, learn about plot character (PCH) in R.
DataCamp Team's photo

DataCamp Team

October 23, 2020

R Programming

Box Plot in R Tutorial

Learn about box plots in R, including what they are, when you should use them, how to implement them, and how they differ from histograms.
DataCamp Team's photo

DataCamp Team

September 25, 2020

R Programming

Graphics with ggplot2 Tutorial

Data visualization is an essential skill for data scientists. It combines statistics and design in meaningful and appropriate ways.
DataCamp Team's photo

DataCamp Team

September 25, 2020

R Programming

The 10 Most Important Packages in R for Data Science

Learn about different packages in R used for data science. Including how to load them and different resources you can use to advance your skills with them.

Olivia Smith

August 30, 2020

R Programming

Sorting in R using order() Tutorial

In this tutorial, you'll learn about sorting using order(). We will cover how to sort vectors using different parameters, sorting dataframes, and more.

Olivia Smith

August 29, 2020

R Programming

GLM in R: Generalized Linear Model

Learn about generalized linear models (GLM) and how they differ from linear models.
DataCamp Team's photo

DataCamp Team

June 30, 2020