Skip to main content
  • English
    • English
    • 简体中文
    • Deutsch
    • Polski
    • العربية
    • Nederlands
    • Français
    • Magyar
    • Italiano
    • 日本語
    • 한국어
    • Português
    • Română
    • Русский
    • Español
Home

Certificate Authentication

Foundation R Certificate for Gavin Cook

Add to LinkedIn

Certificate ID: 
576915
Authentication Code: 
b0229
Certified Person Name: 
Gavin Cook
Trainer Name: 
Michael Yan
Duration Days: 
1
Duration Hours: 
7
Course Name: 
Foundation R
Course Date: 
6 March 2019 09:00 to 17:00
Venue: 
Gatineau
Course Outline: 

Basic overview of R and R Studio

  • R overview
  • R Studio Environment Windows
    • Script Editor Window
    • Data Environment
    • Console
    • Plots/Help/Packages

Working with Data

  • Introduction to vectors and matrices (data.frame)
  • Different types of variables
    • Numeric, Integer, factor etc
    • Changing variable types
    • Importing data using R Studio menu functions
    • Removing variables ls() command
  • Creating variables at the console prompt – single, vector, data frame
  • Naming vectors and matrices
  • Head and tail commands
  • Introduction to dim, length and class
  • Command line import (reading .csv and tab delimited .txt files)
  • Attaching and detaching data (advantages vs data.frame$)
  • Merging data using cbind and rbind

Exploratory Data Analysis

  • Summarising data
  • Summary command on both vectors and data frames
  • Sub-setting data using square brackets
    • summarising and creating new variables
  • Table and summary commands
  • Summary statistic commands
    • Mean
    • Median
    • Standard Deviation
    • Variance
    • Count & frequencies
    • Min & Max,
    • Quartiles
    • Percentiles
    • Correlation

Exporting data

    • Write table .txt
    • Write to a .csv file

R Workspace

  • Concept of Working Directories and Projects (menu driven and code – setwd())

Introduction to R scripts

  • Creating R Scripts
  • Saving scripts
  • Workspace images

Concepts of packages

  • Installing packages
  • Loading packages into memory

Plotting data (using standard default R plot command and ggplot2 package)

  • Bar Charts and Histograms
  • Boxplots
  • Line charts / time series
  • Scatter plots
  • Stem and leaf
  • Mosaic
  • Modifying plots
    • Titles
    • Legends
    • Axis
    • Plot Area
  • Exporting a plot to a third party application
Staff Login