Originally created for the unit STA80006 Using R for Statistical Analysis, this series covers the use of the R statistical software. It includes R syntax, functions, data visualisation, descriptive statistics, statistical inference, RStudio, and Shiny. This series is licenced under a Creative Common…
Swinburne University of Technology
This video examines a Shiny web application of an R cluster analysis. It looks at the user interface (ui.R) and server (server.R) code that was used to produce the application. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates the use of for loops and while loops in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates using if statements in programming functions in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates how to program functions and use function arguments in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates how to do simple linear regression in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video introduces the Shiny framework for R and shows how to run a Shiny application. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates how to conduct one-sample, two-sample, and paired t-tests in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates how to conduct a one-way analysis of variance (ANOVA) with the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates the ggplot2 graphics package for the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates producing graphs using the qplot() function from the ggplot2 package in R. Video originally created for STA80006 Using R for Statistical Analysis.
This video demonstrates how to draw histograms, and how to copy and save graphs in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video shows how to produce scatterplots, and how to add legends to graphs in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
A demonstration of creating boxplots in the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
A demonstration of the Data Frame and List structures in the R statistical software programme. Video originally created for STA80006 Using R for Statistical Analysis.
This video looks at available functions in R, and how to go about running functions. Video originally created for STA80006 Using R for Statistical Analysis.
A demonstration of data frame manipulation functions in the dplyr package, using the R statistical software programme. Video originally created for STA80006 Using R for Statistical Analysis.
Learn the basics of how to find the descriptive statistics of a data set using the R statistical software. Video originally created for STA80006 Using R for Statistical Analysis.
This video helps you get started with RStudio. Video originally created for STA80006 Using R for Statistical Analysis.
This video shows you how to download and install RStudio from http://www.rstudio.com. Video originally created for STA80006 Using R for Statistical Analysis.
This video shows you how to download and install R from http://r-project.org. Video originally created for STA80006 Using R for Statistical Analysis.
This video looks at the basics of the R command prompt. Video originally created for STA80006 Using R for Statistical Analysis.