0% found this document useful (0 votes)
8 views

Syllabus - Statistical Learning

Uploaded by

Tony
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
8 views

Syllabus - Statistical Learning

Uploaded by

Tony
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 3
R Programming Fundamentals Course Syllabus Course Description Risa free programming language and software environment used for statistical computing and graphics. R is widely used by data analysts, statisticians, and data scientists around the world. This beginner-friendly course is a comprehensive introduction to R, covering everything from installation to basic statistical functions. You will learn to work with variable and external data sets, write functions, and hear from one of the co-creators of the R language, Robert Gentleman. Instructors Susan Holmes, PhD Professor of Statistics, Stanford University Guest Presenters Robert Gentleman VP of Computational Biology, 23andMe; Co-creator of R Course Topics > Module —Course Introduction This module provides an overview of the course, and an introduction to the history and evolution of R. Approximate video length: 14 minutes > Module 2- Getting Started In this module, you will learn how to set-up R on your device, and familiarize yourself with the basic features of R studio that you will be using later on in the course. Approximate video length: 102 minutes Page|a Copyright © 2022 Stanford University. ALL RIGHTS RESERVED. R Programming Fundamentals > Module 3-Data Structures This module covers the vectors, matrices and lists, the basic data structures and data frames used in R. You will learn how to create these structures and work with them based on data type, size and desired outcomes, Approximate video length in module: 109 minutes Estimated time to complete all exercises in module: 150 minutes Module Exercises- + Vectors (Estimated time to complete: 25 minutes) + Random Objects (Estimated time to complete: 15 minutes) + Matrices Estimated time to complete: 30 minutes) + Lists (Estimated time to complete: 30 minutes) + Factors (Estimated time to complete: 20 minutes) + Data Frames (Estimated time to complete: 30 minutes) > Module 4—Data Input This module introduces best practices on importing and exporting data from external sources and programs, such as Excel, into R, and how to save and retrieve your work. You will also learn about some of the common issues with using foreign data in R and how to debug when issues occur. Approximate video length in module: 56 minutes Estimated time to complete all exercises in module: go minutes Module Exercises- + Importing Data (Estimated time to complete: 50 minutes) + Saving Data (Estimated time to complete: 40 minutes) > Module 5 - Programming with Data | In this module, you will learn about the basic statements for programming with data in R - equality/inequality, for loops, repeats, iffelse statements and more. You will get to practice writing your own functions and review best practices Approximate video length in module: 7o minutes Estimated time to complete all exercises in module: 175 minutes Module Exercises- Page|2 Copyright © 2022 Stanford University. ALL RIGHTS RESERVED. R Programming Fundamentals + Logical Statements (Estimated time to complete: 15 minutes) + Iffelse Statements (Estimated time to complete: 45 minutes) + Functions (Estimated time to complete: 60 minutes) + Loops (Estimated time to complete: 55 minutes) > Module 6 ~Programming with Data I! This module will introduce you to more advanced functions in R such as preprocessing, data wrangling, ordering and filtering. You will also learn how to process data with outliers and/or missing values. Approximate video length in module: 68 minutes > Module 7—Plotting Data In this module, you will learn how to plot simple data sets in R and the variety of visual representations associated with the plot function. Approximate video length in module: 45 minutes Estimated time to complete all exercises in module: 75 minutes Module Exercises- + XY and image plots (Estimated time to complete: 30 minutes) + Histograms (Estimated time to complete: 15 minutes) + Box plots and bar plots (Estimated time to complete: 30 minutes) > Module 8 ~Basic Statistical Functions | In this module, you will learn how to extract and work with subsamples using basic statistical functions, and plotting more complex data sets using GGplot and QQplot Approximate leo length in module: 52 minutes > Module 9 -Basic Statistical Functions I In this module, you will learn how to perform simple tests and regression analysis in R. Approximate video length in module: 39 minutes Page |3 Copyright © 2022 Stanford University. ALL RIGHTS RESERVED.

You might also like