
- 220
- 152 843
Amelia McNamara
เข้าร่วมเมื่อ 24 ส.ค. 2011
Videos on statistics and data science, related to the courses I teach at the University of St Thomas in Minnesota. Follow me on Mastodon at vis.social/@amelia or on BlueSky at bsky.app/profile/ameliamn.bsky.social
Extensions to logistic regression
Multinomial (polytomous) and ordinal logistic regression. Basing examples on section 12.8 of Regression Analysis by Example by Chatterjee and Hadi.
มุมมอง: 151
วีดีโอ
Installing tinytex
มุมมอง 2.5Kปีที่แล้ว
Walkthrough video of installing tinytex in R/RStudio, to make it possible to Render PDF documents from Quarto.
Regression summary lab (STAT 320, lab04_regression-summary)
มุมมอง 1K2 ปีที่แล้ว
6:37 computing R^2 from the ANOVA summary 9:34 hypothesis testing by hand, finding a p-value in R 15:50 confidence interval for the slope in R using the confint() function 18:31 confidence interval for the slope by hand 21:21 finding beta1hat by hand using standard deviations and correlation 23:26 finding beta0hat by hand using means 25:08 prediction and confidence intervals for particular x va...
Chi-square pre lab (video 2 of 2)
มุมมอง 1692 ปีที่แล้ว
Focuses on determining which cells provided the largest contribution to the chi-square statistic, using the residuals() function.
Inference for two samples (video 2 of 2)
มุมมอง 1792 ปีที่แล้ว
Focuses on inference for a difference of two means, in other words a relationship between a quantitative and a categorical variable. Uses the t.test() function. Also covers inference for paired data, using a mean of differences.
Inference for two samples (video 1 of 2)
มุมมอง 2352 ปีที่แล้ว
This video focuses on inference for two proportions, meaning two categorical variables. Uses the prop.test() function.
Installing Python, conda, reticulate, and Quarto
มุมมอง 2.1K2 ปีที่แล้ว
Following Tiffany Timbers' instructions for installing Python and conda: - github.com/ttimbers/intro-to-reticulate/blob/main/setup-instructions/macos_install_python.md - github.com/ttimbers/intro-to-reticulate/blob/main/setup-instructions/windows_install_python.md As well as for installing reticulate: - github.com/ttimbers/intro-to-reticulate/blob/main/setup-instructions/setup-after-installing-...
Inference for a single sample (video 2 of 2)
มุมมอง 1632 ปีที่แล้ว
Continuation of inference for a single sample. Review of summary statistics and data visualization for one quantitative variable. Making a confidence interval for a single mean "by hand" as well as with the t.test() function.
Inference for a single sample (video 1 of 2)
มุมมอง 1812 ปีที่แล้ว
Introduces the idea of inference for a single sample using distributional approximations (normal and t distributions). Standard error formulas for confidence intervals for a single proportion and single mean. Review of summary statistics and data viz for a single categorical variable, how to create confidence intervals for a single proportion using prop.test().
Descriptive linear regression pre-lab (video 1 of 1)
มุมมอง 2352 ปีที่แล้ว
Linear regression as a descriptive technique in R. Focuses on the lm() and summary() commands, and making predictions using simple linear regression models.
Scatterplots pre-lab (video 1 of 1)
มุมมอง 2482 ปีที่แล้ว
Exploratory data analysis for two quantitative variables, including scatterplots with gf_point(), scatterplot matrices with ggpairs(), and correlation and correlation matrices using cor().
Categorical variables pre-lab (video 2 of 3)
มุมมอง 1782 ปีที่แล้ว
More exploratory data analysis for one and two categorical variables. Summary statistics (frequency and relative frequency tables) using the tally() function.
Exporting images from labs
มุมมอง 1472 ปีที่แล้ว
How to export images for use in the Spring 2022 labs. Short overview: - knit the document - look for the plots folder - check the box next to the plots you want to download - go to More and then Export - download the .zip file - unzip the file on your computer - upload to Canvas!
Categorical variables pre-lab (video 1 of 3)
มุมมอง 2122 ปีที่แล้ว
Categorical variables pre-lab for Spring 2022. Covers opening the RMarkdown document on rstudio.cloud, and creating bar charts of one and two categorical variables using the gf_bar() function.
Sampling pre-lab (video 1 of 1)
มุมมอง 1652 ปีที่แล้ว
This video walks you through the second pre-lab for the Spring 2022 semester. The sampling lab is mostly a "thinking lab," so there's very little code.
Integrating Computation in Statistics: Instructional Decisions for Teaching R
มุมมอง 3053 ปีที่แล้ว
Integrating Computation in Statistics: Instructional Decisions for Teaching R
Checking conditions on real models (2 of 2)
มุมมอง 3793 ปีที่แล้ว
Checking conditions on real models (2 of 2)
Introduction to multiple regression (1 of 2)
มุมมอง 4643 ปีที่แล้ว
Introduction to multiple regression (1 of 2)
The National Atlas of the United States of America
มุมมอง 3773 ปีที่แล้ว
The National Atlas of the United States of America
More considerations for visualizing spatial data
มุมมอง 1193 ปีที่แล้ว
More considerations for visualizing spatial data
Visualizing spatial data: points, lines, and polygons
มุมมอง 2743 ปีที่แล้ว
Visualizing spatial data: points, lines, and polygons
Introduction to randomization distributions
มุมมอง 5333 ปีที่แล้ว
Introduction to randomization distributions