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

Programming With R. Learn How To Program In R - Beginners

A Beginners Guide To Getting Started Programming In R.
Created byInfinite Skills
Last updated 1/2017
English
English [Auto],

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

    Explore the open-source statistical language R, its community and packages, and learn to move from a calculator mindset to manipulating vectors and data matrices for statistical analysis.

  • 0103 Installing R And R Studio4:06
  • 0104 Navigating R Studio5:10

    Navigate the R Studio interface by exploring the workspace, console, history, help, plots, files, and packages, then create and run scripts with the editor and source tool.

  • 0105 Packages3:40

    Learn how R packages extend functionality, load with library and require, and use tab completion to discover functions, arguments, and dependencies.

  • 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

    Identify numeric, character, and boolean types in R using class and is.numeric, is.character, is.logical; convert with as.numeric, as.character, as.logical; compare with ==, !=, <, <=; zero becomes false.

  • 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

    Download the working files with the download working files button, extract the zip, place them on your desktop, then open them via the player's open working files option.

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