Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Programming With R. Learn How To Program In R - Beginners
Rating: 4.3 out of 5(49 ratings)
644 students
Created byInfinite Skills
Last updated 1/2017
English

What you'll learn

  • Learn How To Get Started Programming In R

Course content

9 sections55 lectures4h 19m total length
  • Important - Download These First - Working Files0:01
  • 0101 Introduction And Course Overview1:40
  • 0103 Installing R And R Studio4:06
  • 0104 Navigating R Studio5:10
  • 0105 Packages3:40
  • 0106 Assigning Variables3:31

    Master assigning variables in R by creating numeric and character objects, respecting case sensitivity, and avoiding overwriting existing variables, using = or <- and the assign() function.

  • 0107 Numbers, Strings, And Booleans5:25
  • 0108 Workspace Operations7:59

    Learn to manage your R workspace with getwd and setwd, inspect and remove objects using ls and rm, load data sets, and summarize them with summary.

  • 0109 How To Access Your Working Files3:22

Requirements

  • PC or Mac

Description

This Learning R training course from Infinite Skills will teach you how to use R, a programming language used for statistical computing and graphics. This course is designed for beginners that have no previous R programming experience. You will require a fundamental understanding of statistics to get the most out of this course.


You will start by learning how to install and navigate R studio, then move into learning basic operations like statistical functions, matrix operations, and string functions. This course will show you how to plot, including scatter plots, probability plots, and plotting arguments. This video tutorial will cover working with data and data analysis, such as extracting model information, examining files and objects, and subsetting and indexing. You will also learn about conditional statements and user-defined functions, including how to write and de-bug functions. Finally, you will learn how to save different types of data.

Once you have completed this computer based training course, you will be fully capable of using R for developing statistical software and data analysis tools. Working files are included, allowing you to follow along with the author throughout the lessons.

Who this course is for:

  • Beginners To R Programming