178 results

Introduction to R

Master the basics of data analysis in R, including vectors, lists, and data frames, and practice R with real data sets.

4 hours Programming Jonathan Cornelissen Course

Introduction to the Tidyverse

Get started on the path to exploring and visualizing your own data with the tidyverse, a powerful and popular collection of data science tools within R.

4 hours Programming David Robinson Course

Intermediate R

Continue your journey to becoming an R ninja by learning about conditional statements, loops, and vector functions.

6 hours Programming Filip Schouwenaars Course

Introduction to Data Visualization with ggplot2

Learn to produce meaningful and beautiful data visualizations with ggplot2 by understanding the grammar of graphics.

4 hours Data Visualization Rick Scavetta Course

Introduction to Statistics in R

Grow your statistical skills and learn how to collect, analyze, and draw accurate conclusions from data.

4 hours Probability & Statistics Maggie Matsui Course

Data Manipulation with dplyr

Delve further into the Tidyverse by learning to transform and manipulate data with dplyr.

4 hours Data Manipulation James Chapman Course

Introduction to Regression in R

Predict housing prices and ad click-through rate by implementing, analyzing, and interpreting regression analysis in R.

4 hours Probability & Statistics Richie Cotton Course

Joining Data with dplyr

Learn to combine data across multiple tables to answer more complex questions with dplyr.

4 hours Data Manipulation DataCamp Content Creator Course

Exploratory Data Analysis in R

Learn how to use graphical and numerical techniques to begin uncovering the structure of your data.

4 hours Probability & Statistics Andrew Bray Course

Introduction to Importing Data in R

In this course, you will learn to read CSV, XLS, and text files in R using tools like readxl and data.table.

3 hours Importing & Cleaning Data Filip Schouwenaars Course

Cleaning Data in R

Learn to clean data as quickly and accurately as possible to help your business move from raw data to awesome insights.

4 hours Importing & Cleaning Data Maggie Matsui Course

Intermediate Data Visualization with ggplot2

Learn to use facets, coordinate systems and statistics in ggplot2 to create meaningful explanatory plots.

4 hours Data Visualization Rick Scavetta Course

Hypothesis Testing in R

Learn how and when to use hypothesis testing in R, including t-tests, proportion tests, and chi-square tests.

4 hours Probability & Statistics Richie Cotton Course

Intermediate Regression in R

Learn to perform linear and logistic regression with multiple explanatory variables.

4 hours Probability & Statistics Richie Cotton Course

Introduction to Text Analysis in R

Analyze text data in R using the tidy framework.

4 hours Data Manipulation Maham Khan Course

Supervised Learning in R: Classification

In this course you will learn the basics of machine learning for classification.

4 hours AI & Machine Learning Brett Lantz Course

Reporting with R Markdown

R Markdown is an easy-to-use formatting language for authoring dynamic reports from R code.

4 hours Reporting Amy Peterson Course

Introduction to Writing Functions in R

Take your R skills up a notch by learning to write efficient, reusable functions.

4 hours Programming Richie Cotton Course

Building Web Applications with Shiny in R

Shiny is an R package that makes it easy to build interactive web apps directly in R, allowing your team to explore your data as dashboards or visualizations.

4 hours Programming kaelen medeiros Course

String Manipulation with stringr in R

Learn how to pull character strings apart, put them back together and use the stringr package.

4 hours Programming Charlotte Wickham Course

Reshaping Data with tidyr

Transform almost any dataset into a tidy format to make analysis easier.

4 hours Data Manipulation Jeroen Boeye Course

Sampling in R

Master sampling to get more accurate statistics with less data.

4 hours Probability & Statistics Richie Cotton Course

Introduction to R for Finance

Learn essential data structures such as lists and data frames and apply that knowledge directly to financial examples.

4 hours Applied Finance Lore Dirick Course

Writing Efficient R Code

Learn to write faster R code, discover benchmarking and profiling, and unlock the secrets of parallel programming.

4 hours Programming Colin Gillespie Course

Foundations of Probability in R

In this course, you'll learn about the concepts of random variables, distributions, and conditioning.

4 hours Probability & Statistics David Robinson Course

Hierarchical and Mixed Effects Models in R

In this course you will learn to fit hierarchical models with random effects.

4 hours Probability & Statistics Richard Erickson Course

Unsupervised Learning in R

This course provides an intro to clustering and dimensionality reduction in R from a machine learning perspective.

4 hours AI & Machine Learning Hank Roark Course

Working with Dates and Times in R

Learn the essentials of parsing, manipulating and computing with dates and times in R.

4 hours Programming Charlotte Wickham Course

Supervised Learning in R: Regression

In this course you will learn how to predict future events using linear regression, generalized additive models, random forests, and xgboost.

4 hours AI & Machine Learning John Mount Course

Cluster Analysis in R

Develop a strong intuition for how hierarchical and k-means clustering work and learn how to apply them to extract insights from your data.

4 hours AI & Machine Learning Dmitriy Gorenshteyn Course

Web Scraping in R

Learn how to efficiently collect and download data from any website using R.

4 hours Importing & Cleaning Data Timo Grossenbacher Course

Generalized Linear Models in R

The Generalized Linear Model course expands your regression toolbox to include logistic and Poisson regression.

4 hours Probability & Statistics Richard Erickson Course

RNA-Seq with Bioconductor in R

Use RNA-Seq differential expression analysis to identify genes likely to be important for different diseases or conditions.

4 hours Other Mary Piper Course

Communicating with Data in the Tidyverse

Leverage the power of tidyverse tools to create publication-quality graphics and custom-styled reports that communicate your results.

4 hours Data Visualization Timo Grossenbacher Course

Network Analysis in R

Learn to analyze and visualize network data with the igraph package and create interactive network plots with threejs.

4 hours Probability & Statistics JAMES CURLEY Course

Dealing With Missing Data in R

Make it easy to visualize, explore, and impute missing data with naniar, a tidyverse friendly approach to missing data.

4 hours Importing & Cleaning Data DataCamp Course

Experimental Design in R

In this course you'll learn about basic experimental design, a crucial part of any data analysis.

4 hours Probability & Statistics Joanne Xiong Course

Machine Learning with caret in R

This course teaches the big ideas in machine learning like how to build and evaluate predictive models.

4 hours AI & Machine Learning Zachary Deane-Mayer Course

Forecasting in R

Learn how to make predictions about the future using time series forecasting in R including ARIMA models and exponential smoothing methods.

5 hours Probability & Statistics Rob J. Hyndman Course

Joining Data with data.table in R

This course will show you how to combine and merge datasets with data.table.

4 hours Data Manipulation Scott Ritchie Course

Intermediate Importing Data in R

Parse data in any format. Whether it's flat files, statistical software, databases, or data right from the web.

3 hours Importing & Cleaning Data Filip Schouwenaars Course

Introduction to Bioconductor in R

Learn to use essential Bioconductor packages for bioinformatics using datasets from viruses, fungi, humans, and plants!

4 hours Other Paula Martinez Course

Time Series Analysis in R

Learn the core techniques necessary to extract meaningful insights from time series data.

4 hours Probability & Statistics David S. Matteson Course

Manipulating Time Series Data with xts and zoo in R

The xts and zoo packages make the task of managing and manipulating ordered observations fast and mistake free.

4 hours Data Manipulation DataCamp Content Creator Course

Hyperparameter Tuning in R

Learn how to tune your model's hyperparameters to get the best predictive results.

4 hours AI & Machine Learning Shirin Elsinghorst (formerly Glander) Course

Analyzing Survey Data in R

Learn survey design using common design structures followed by visualizing and analyzing survey results.

4 hours Probability & Statistics Kelly McConville Course

Modeling with Data in the Tidyverse

Explore Linear Regression in a tidy framework.

4 hours Probability & Statistics Albert Kim Course

Case Study: Exploratory Data Analysis in R

Use data manipulation and visualization skills to explore the historical voting of the United Nations General Assembly.

4 hours Case Studies David Robinson Course

Visualizing Geospatial Data in R

Learn to read, explore, and manipulate spatial data then use your skills to create informative maps using R.

4 hours Data Visualization Charlotte Wickham Course

Support Vector Machines in R

This course will introduce the support vector machine (SVM) using an intuitive, visual approach.

4 hours AI & Machine Learning Kailash Awati Course
See 50 More Results

Visualizing COVID-19

Visualize the rise of COVID-19 cases globally with ggplot2.

45 minutes Data Visualization, Case Studies Richie Cotton Project guided

Text Mining America's Toughest Game Show

Use text mining to analyze Jeopardy! data.

45 minutes Case Studies Alexis Lee Project guided

Wrangling and Visualizing Musical Data

Wrangle and visualize musical data to find common chords and compare the styles of different artists.

45 minutes Case Studies Kris Shaffer Project guided

Importing and Cleaning Data

Apply your importing and data cleaning skills to real-world soccer data.

45 minutes Data Manipulation, Importing & Cleaning Data... Erin LaBrecque Project guided

Exploring the Kaggle Data Science Survey

Discover the top tools Kaggle participants use for data science and machine learning.

45 minutes Data Manipulation, Data Visualization... Amber Thomas Project guided

Modeling the Volatility of US Bond Yields

Discover how the US bond yields behave using descriptive statistics and advanced modeling.

45 minutes Data Visualization, Applied Finance József Soltész Project guided

What Makes a Pokémon Legendary?

Use tree-based machine learning methods to identify the characteristics of legendary Pokémon.

45 minutes Data Manipulation, Data Visualization... Joshua Feldman Project guided

Kidney Stones and Simpson's Paradox

Use logistic regression to determine which treatment procedure is more effective for kidney stone removal.

45 minutes Data Visualization, Probability & Statistics... Amy Yang Project guided

TV, Halftime Shows, and the Big Game

Load, clean, and explore Super Bowl data in the age of soaring ad costs and flashy halftime shows.

45 minutes Data Manipulation, Data Visualization... Erin LaBrecque Project guided

Bad Passwords and the NIST Guidelines

Check what passwords fail to conform to the National Institute of Standards and Technology password guidelines.

45 minutes Case Studies Rasmus Bååth Project guided

Health Survey Data Analysis of BMI

Analyze health survey data to determine how BMI is associated with physical activity and smoking.

45 minutes Data Manipulation, Probability & Statistics... Jessica Minnier Project guided

Trends in Maryland Crime Rates

Apply hierarchical and mixed-effect models to analyze Maryland crime rates.

45 minutes Data Manipulation, Data Visualization... Richard Erickson Project guided

Are You Ready for the Zombie Apocalypse?

Use your logistic regression skills to protect people from becoming zombies!

45 minutes Data Manipulation, Data Visualization... Jenine Harris Project guided

The Impact of Climate Change on Birds

Predict the impact of climate change on bird distributions using spatial data and machine learning.

45 minutes Data Manipulation, Data Visualization... Laurens Geffert Project guided

Clustering Bustabit Gambling Behavior

Use cluster analysis to glean insights into cryptocurrency gambling behavior.

45 minutes Data Manipulation, Data Visualization... Eric Hare Project guided

Planning Public Policy in Argentina

Apply unsupervised learning techniques to help plan an education program in Argentina.

45 minutes Data Manipulation, Data Visualization... Rafael La Buonora Project guided

Phyllotaxis: Draw Flowers Using Mathematics

Use R to make art and create imaginary flowers inspired by nature.

45 minutes Data Visualization, Case Studies Antonio Sánchez Chinchón Project guided

Data Science for Social Good: Crime Study

Use data science to catch criminals, plus find new ways to volunteer personal time for social good.

45 minutes Data Manipulation, Data Visualization... William Connell Project guided

Degrees That Pay You Back

Explore the salary potential of college majors with a k-means cluster analysis.

45 minutes Data Manipulation, Data Visualization... Jaclyn Burge Project guided

Gender Bias in Graduate Admissions

Analyze admissions data from UC Berkeley and find out if the university was biased against women.

45 minutes Data Manipulation, Data Visualization... Joshua Feldman Project guided

Going Down to South Park: A Text Analysis

Analyze the dialog and IMDB ratings of 287 South Park episodes. Warning: contains explicit language.

45 minutes Data Manipulation, Data Visualization... Patrik Drhlík Project guided

Clustering Heart Disease Patient Data

Experiment with clustering algorithms to help doctors inform treatment for heart disease patients.

45 minutes Data Manipulation, Data Visualization... Megan Robertson Project guided

Where Are the Fishes?

Explore acoustic backscatter data to find fish in the U.S. Atlantic Ocean.

45 minutes Data Manipulation, Data Visualization... Erin LaBrecque Project guided

Functions for Food Price Forecasts

Write functions to forecast time series of food prices in Rwanda.

45 minutes Data Manipulation, Data Visualization... Richie Cotton Project guided

A Text Analysis of Trump's Tweets

Apply text mining to Donald Trump's tweets to confirm if he writes the (angrier) Android half.

45 minutes Data Manipulation, Data Visualization... David Robinson Project guided

Predict Taxi Fares with Random Forests

Use regression trees and random forests to find places where New York taxi drivers earn the most.

45 minutes Data Visualization, Machine Learning... Robert Grant Project guided

Dr. Semmelweis and the Discovery of Handwashing

Reanalyse the data behind one of the most important discoveries of modern medicine: handwashing.

60 minutes Data Manipulation, Data Visualization... Rasmus Bååth Project guided

Drunken Datetimes in Ames, Iowa

Apply your skills from "Working with Dates and Times in R" to breathalyzer data from Ames, Iowa.

45 minutes Data Manipulation, Data Visualization... Samantha Tyner Project guided

Where Would You Open a Chipotle?

Create and explore interactive maps using Leaflet to determine where to open the next Chipotle.

45 minutes Data Manipulation, Data Visualization... Rich Majerus Project guided

Reducing Traffic Mortality in the USA

How can we find a good strategy for reducing traffic-related deaths?

60 minutes Data Manipulation, Data Visualization... Joel Östblom Project guided

Explore 538's Halloween Candy Rankings

Get ready for Halloween by digging into a FiveThirtyEight dataset with all your favorite candy!

60 minutes Data Visualization, Probability & Statistics... Nick Solomon Project guided

What Your Heart Rate Is Telling You

Examine the relationship between heart rate and heart disease using multiple logistic regression.

60 minutes Data Manipulation, Data Visualization... Amy Yang Project guided

Partnering to Protect You from Peril

Examine the network of connections among local health departments in the United States.

60 minutes Data Manipulation, Data Visualization... Jenine Harris Project guided

Rise and Fall of Programming Languages

Analyze the relative popularity of programming languages over time based on Stack Overflow data.

60 minutes Data Manipulation, Data Visualization... David Robinson Project guided

Introduction to DataCamp Projects

If you have never done a DataCamp project, this is the place to start!

30 minutes Data Visualization, Case Studies Rasmus Bååth Project guided

A Visual History of Nobel Prize Winners

Explore a dataset from Kaggle containing a century's worth of Nobel Laureates. Who won? Who got snubbed?

45 minutes Data Manipulation, Data Visualization... Rasmus Bååth Project guided

Who Is Drunk and When in Ames, Iowa?

Flex your data manipulation muscles on breath alcohol test data from Ames, Iowa, USA.

45 minutes Data Manipulation, Data Visualization... Samantha Tyner Project guided

Scout your Athletics Fantasy Team

Analyze athletics data to find new ways to scout and assess jumpers and throwers.

45 minutes Case Studies George Perry Project guided

Visualizing Inequalities in Life Expectancy

Compare life expectancy across countries and genders with ggplot2.

45 minutes Data Manipulation, Data Visualization... Antonio Sánchez Chinchón Project guided

Level Difficulty in Candy Crush Saga

Analyze data from the hit mobile game, Candy Crush Saga.

45 minutes Data Manipulation, Data Visualization... Rasmus Bååth Project guided

Milk Revenue: R Certification

Use data management and exploratory data analysis skills to help analyze the UK Dairy Industry.

60 minutes Case Studies DataCamp Content Creator Project unguided

NYC Airbnb Data Analysis

Apply data importing and cleaning skills to extract insights about the New York City Airbnb market.

45 minutes Importing & Cleaning Data Maggie Matsui Project unguided

Dr. Semmelweis and the Discovery of Handwashing

Reanalyse the data behind one of the most important discoveries of modern medicine: handwashing.

45 minutes Data Manipulation Maggie Matsui Project guided

Rise and Fall of Programming Languages

Analyze the relative popularity of programming languages over time based on Stack Overflow data.

60 minutes Data Manipulation, Data Visualization... Sara Billen Project guided

Functions for Food Price Forecasts (Unguided)

Write functions to forecast time series of food prices in Rwanda.

45 minutes Data Manipulation, Data Visualization... Richie Cotton Project guided

Technology

Topic