EmbRaceR: Introducing R

Academy Membership

This is for individual Membership: When you are registering for yourself. if you want to register for a group or team, check out the team membership. Worth more than $10K! 48-hours free trial

  • Access to all video courses.
  • 430+ hours of video courses.
  • Instructed by RADACAD Coaches
  • Get certification for completed courses.
  • Member-only discount on upcoming in-person training sessions.
  • Yearly and Monthly plans. You can cancel anytime.

From: $49.00 / month with a 2-day free trial
  • EUR: €45.68
  • GBP: £39.09
  • NZD: $82.17
  • CAD: $67.00
  • AUD: $74.58

Academy Membership - for Teams

This is for team Membership: When you have a group of team members registering. if you want to register for one person, check out the individual membership. Worth more than $10K! 48-hours free trial

  • Access to all video courses.
  • 430+ hours of video courses.
  • Instructed by RADACAD Coaches
  • Get certification for completed courses.
  • Member-only discount on upcoming in-person training sessions.
  • Yearly and Monthly plans. You can cancel anytime.

From: $49.00 / month with a 2-day free trial
  • EUR: €45.68
  • GBP: £39.09
  • NZD: $82.17
  • CAD: $67.00
  • AUD: $74.58
per member

EmbRaceR: Introducing R

You will learn the R language through a collection of courses under the common name EmbRaceR. In the first course, attendees learn to program with R from the scratch. Basic R code is introduced using the free R engine and RStudio IDE. A lifecycle of a data science project is explained in detail. You will also learn how to use RStudio IDE, the most popular development environment for R.

Length: 2 Hours and 7 Minutes

$259.00
  • EUR: €241.44
  • GBP: £206.63
  • NZD: $434.32
  • CAD: $354.12
  • AUD: $394.18
Or log in to access your purchased courses

R is the most popular environment and language for statistical analyses, data mining, and machine learning. The number of libraries with new analytical functions is enormous and continuously growing. However, there are also some drawbacks. R is a programming language, so you have to learn it to use it. Open source development also means less control over code. Finally, the free R engine is not scalable. 

Microsoft started supporting R with SQL Server 2016 inside the database engine and as a standalone server, and continues to support it in later versions. A parallelized highly scalable execution engine is used to execute the R scripts. In addition, not every library is allowed in these two environments. 

You will learn the R language through a collection of courses under the common name EmbRaceR. In the first course, attendees learn to program with R from the scratch. Basic R code is introduced using the free R engine and RStudio IDE. A lifecycle of a data science project is explained in details. You will also learn how to use RStudio IDE, the most popular development environment for R. 

Modules

Module 00: Course Introduction

R is the most popular environment and language for statistical analyses, data mining, and machine learning. The number of libraries with new analytical functions is enormous and continuously growing. However, there are also some drawbacks. R is a programming language, so you have to learn it to use it. Open source development also means less control over code. Finally, the free R engine is not scalable. Microsoft started supporting R with SQL Server 2016 inside the database engine and as a standalone server, and continues to support it in later versions. A parallelized highly scalable execution engine is used to execute the R scripts. In addition, not every library is allowed in these two environments. You will learn the R language through a collection of courses under the common name EmbRaceR. In the first course, attendees learn to program with R from the scratch. Basic R code is introduced using the free R engine and RStudio IDE. A lifecycle of a data science project is explained in details. You will also learn how to use RStudio IDE, the most popular development environment for R.

Lesson

Module 01: Starting with R

When you talk about statistics, data mining and machine learning, many people, especially the ones working in academic areas, think about R. R is the engine and the language that the engine executes. You can use multiple different R environments - engines and development tools; however, the basic R language is only one. Of course, in order to use R, you need to learn how to program in this language. Module one is introducing the R language.

Lessons

Module 03: Programming elements and distributions

The third module of this course introduces programming elements that help you create loops and branch the code execution. Custom functions are useful to encapsulate a part of the code that is frequently repeated and then modify it when needed in a single place. It is always useful to understand the most important distributions in statistics. R helps you to create demo data and graphs of many different distributions.

Lessons