169 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

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 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

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

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

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

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 Data Preparation Maggie Matsui Course

Exploratory Data Analysis in R

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

4 hours Exploratory Data Analysis Andrew Bray 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 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 Data Preparation Filip Schouwenaars 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

Supervised Learning in R: Classification

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

4 hours Machine Learning Brett Lantz 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

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

Reshaping Data with tidyr

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

4 hours Data Manipulation Jeroen Boeye 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

Sampling in R

Master sampling to get more accurate statistics with less data.

4 hours Probability & Statistics Richie Cotton Course

Unsupervised Learning in R

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

4 hours Machine Learning Hank Roark Course

Manipulating Time Series Data in R

Master time series data manipulation in R, including importing, summarizing and subsetting, with zoo, lubridate and xts.

4 hours Data Manipulation Harrison Brown 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

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

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

Foundations of Inference in R

Learn how to draw conclusions about a population from a sample of data via a process known as statistical inference.

4 hours Probability & Statistics Jo Hardin 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 Machine Learning John Mount 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 Data Preparation Filip Schouwenaars 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

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 Machine Learning Zachary Deane-Mayer 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

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 Exploratory Data Analysis 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

Introduction to Text Analysis in R

Analyze text data in R using the tidy framework.

4 hours Data Manipulation Maham Khan Course

Web Scraping in R

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

4 hours Data Preparation Timo Grossenbacher Course

Data Manipulation with data.table in R

Master core concepts about data manipulation such as filtering, selecting and calculating groupwise statistics using data.table.

4 hours Data Manipulation Matt Dowle Course

Interactive Data Visualization with plotly in R

Learn how to use plotly in R to create interactive data visualizations to enhance your data storytelling.

4 hours Data Visualization Adam Loy 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

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

Interactive Maps with leaflet in R

Learn how to produce interactive web maps with ease using leaflet.

4 hours Data Visualization Rich Majerus 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

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

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

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

Modeling with Data in the Tidyverse

Discover different types in data modeling, including for prediction, and learn how to conduct linear regression and model assessment measures in the Tidyverse.

4 hours Probability & Statistics Albert Y. Kim 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

Linear Algebra for Data Science in R

This course is an introduction to linear algebra, one of the most important mathematical topics underpinning data science.

4 hours Probability & Statistics Eric Eager 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

Business Process Analytics in R

Learn how to analyze business processes in R and extract actionable insights from enormous sets of event data.

4 hours Probability & Statistics Gert Janssenswillen Course

Fundamentals of Bayesian Data Analysis in R

Learn what Bayesian data analysis is, how it works, and why it is a useful tool to have in your data science toolbox.

4 hours Probability & Statistics Rasmus Bååth Course
See 50 More Results

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

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

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

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

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

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

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

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

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

Predicting Movie Rental Durations

Build a regression model for a DVD rental firm to predict rental duration. Evaluate models to recommend the best one.

1 hour Machine Learning Francesca Donadoni Project guided

How Environmental Factors Influence Wildlife Populations

Explore habitat data using factor and survival analysis tools.

1 hour Probability & Statistics Dr. Chester Ismay Project guided

Predict Future Sales of Fast-Food Menu Items

Help a fast food chain save money and place more accurate orders by building a model to predict food sales.

1 hour Machine Learning Jasmin Ludolf 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

Basketball Analytics: Clustering Players by Performance Metrics

Cluster NBA players by performance stats in the 2022-2023 season.

1 hour Data Manipulation, Data Visualization... Dr. Chester Ismay Project guided

Deciphering Customer Buying Cycles in Grocery Stores

Analyze grocery store data to identify shopping patterns and preferences.

1 hour Data Manipulation, Programming Dr. Chester Ismay Project guided

Identifying Flight Duration Trends in Air Travel

Exploring flight data from NYC using advanced data joining techniques in R.

1 hour Data Manipulation Dr. Chester Ismay Project guided

Assessing the Effectiveness of Medical Treatments

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

45 minutes Data Manipulation, Machine Learning... Stanislav Konkin Project guided

Customer Analytics: Preparing Data for Modeling

Apply your knowledge of data types and categorical data to prepare a big dataset for modeling!

1 hour Data Manipulation James Chapman Project guided

Dr. Semmelweis and the Importance of Handwashing

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

1 hour Data Manipulation, Data Visualization Jasmin Ludolf Project guided

Visualizing the History of Nobel Prize Winners

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

1 hour Data Manipulation, Data Visualization Jasmin Ludolf 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

Hypothesis Testing with Men's and Women's Soccer Matches

Perform a hypothesis test to determine if more goals are scored in women's soccer matches than men's!

1 hour Probability & Statistics James Chapman 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

Modeling Car Insurance Claim Outcomes

Clean customer data and use logistic regression to predict whether people will make a claim on their car insurance!

1 hour Data Manipulation, Machine Learning George Boorman Project guided

Exploring Airbnb Market Trends

Apply your importing and cleaning data and data manipulation skills to explore New York City Airbnb data.

1 hour R Programming, Data Manipulation Maham Khan 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

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