Back to Jason Wilson's Home Page
All webcasts are posted on www.youtube.com except the RStudio demonstrations, which are mostly .swf files posted on www.screencast.com. They are intended for use in Professor Wilson's classes, whether assigned or as supplements.
General Purpose
Math 210 Intro Stats (Text: Utts, although note some webcasts are borrowed from Math 318 with the Whitlock and Schluter text)
Chapter 10: Relationships between measurement variables
Chapter 16: Understanding probability and long-term expectations (Rules)
Chapter 16: Understanding probability and long-term expectations (Examples)
RStudio Demonstrations
First R Session - Demonstration of your first session in RStudio, how to load files, use workspace, and save
Introduction_to_R_script_file1 - Works through the essentials of s.Introduction_to_R scripts
Introduction_to_R_script_file2 - Continues s.Introduction_to_R scripts, touches on finer points
WhitlockSchluter_Ch2_Demonstration
Load Data - How to load data into R using RStudio in 5 ways: .csv, tab-delimited, web, scan(), other languages
Load Data, advanced - How to copy/paste data from another source into a spreadsheet, then to RStudio + 2 direct R data entry commands
LoadDataAndScripts - Shows how to load data.frames and script files into RStudio
RegressionAndCorrelation_Advanced
PutROutputIntoWord - Sample session taking RStudio output and formatting it into a Word document
Math 318 Biostatistics (Text: Whitlock and Schluter)
Chapter 4a: Estimating with uncertainty (Sampling distributions)
Chapter 4b: Estimating with uncertainty (Confidence intervals)
Chapter 9b: Contingency analysis (Chi-square tests of independence)
Chapter 10c: The normal distribution (Central limit theorem)
Chapter 11a: Inference for a normal population (Introduction to Student's t distribution)
Chapter 11b: Inference for a normal population (Confidence intervals)
Chapter 11c: Inference for a normal population (Hypothesis tests)
Chapter 13a: Normal QQ plots and Shapiro-Wilk test of normality
Chapter 13b: Wilcoxon test and transformations
Chapter 14: No webcasts
Math 331 Probability