Publications by Kitada Smalley

DATA 151: Time and Space (SP 25)

15.04.2025

UPDATED SPRING 2025 Learning Objectives In this lesson students will learn how to create Time series plots Choropleths (colored map plots) Time Series Plots Time series plots show how a variable (on the y-axis) changes over time (on the x-axis). Example 1: Salem, Oregon AQI Step 0: Library Tidyverse library(tidyverse) Step 1: Load the Data sa...

2071 sym R (5530 sym/35 pcs) 11 img

DATA429: Canned vs Homemade

10.04.2025

Learning Objectives: In this lesson students will learn to: Use survey packages in R Weight data based on auxiliary information Analyze categorical responses Example: Thanksgiving Survey 0. The Data: We are using the data from fivethirtyeight the Here’s What Your Part of America Eats on Thanksgiving article https://fivethirtyeight.com/features...

1560 sym R (12906 sym/31 pcs) 2 img 1 tbl

DATA429: Basics of srvyr Package

08.04.2025

Learning Objectives: In this lesson students will learn to: Use survey packages in R Define survey objects Inference for the mean The Data These data were put together from NBA and WNBA records for the 2022-2023 and 2022 seasons, respecitively. For this activity we are going to pretend that we are doing a survey on professional basketball players...

1218 sym R (4952 sym/20 pcs) 1 img

DATA429/599:Item Nonresponse and Imputation

03.04.2025

Learning Objectives: In this lesson students will learn to: Visualize missing data Implement imputation methods The Data These data were put together from NBA and WNBA records for the 2022-2023 and 2022 seasons, respecitively. For this activity we are going to pretend that we are doing a survey on professional basketball players. These data repre...

2486 sym R (7579 sym/32 pcs) 12 img

DATA429: Woes of NonResponse

01.04.2025

Learning Objectives: In this lesson students will learn to: The woes of nonresponse! How to use auxiliary data to re-weight survey responses in the face of nonresponse The Data These data were put together from NBA and WNBA records for the 2022-2023 and 2022 seasons, respecitively. For this activity we are going to pretend that we are doing a sur...

3485 sym R (9817 sym/92 pcs) 3 img

SurveyTopics: Stratified Estimators

06.03.2025

Learning Objectives In this lesson students will learn to: Construct estimates and confidence intervals for stratified random samples from finite populations Examples from “Sampling: Design and Analysis” by Sharon Lohr. Warm-up / Review Data from a SRS of 120 golf courses, selected from a list of 14,938 golf courses in the United States, are...

2972 sym R (4574 sym/78 pcs) 1 img

Tables and Bars: Happy Little Trees

27.02.2025

Learning Objectives In this lesson students will learn to apply categorical data analysis methods to data sets with fundamentally different structures. Work with individual and cross-tabulated level raw data Create univarite tables to show marginal distributions Create two-way tables to show joint and conditional distributions Create bar graphs an...

5323 sym R (10344 sym/77 pcs) 20 img 4 tbl

SurveyTopics: SRS Estimators

25.02.2025

Learning Objectives In this lesson students will learn to: Plot weighted survey data Use weights in analyses Construct confidence intervals for simple random samples from finite populations Motivating Example Motivating example from “Sampling: Design and Analysis” by Sharon Lohr. A university has 807 faculty members. For each faculty member, ...

4583 sym R (2443 sym/52 pcs) 1 img

SurveyTopics: Random Sets and Estimators

25.02.2025

Learning Objectives This Rmd is mean to accompany a hands-on sampling activity to help students practice: Drawing random subsets from a finite population Estimate means and totals Compute sampling distributions Calculate expected value, variance, bias, and mean squared error I. Framework for Probability Sampling Suppose we have a finite populatio...

3003 sym R (5189 sym/40 pcs) 3 img

SurveyTopics: Intro to Probability Sampling

18.02.2025

Learning Objectives In this lesson students will learn to: Implement fundamental probability sampling methods (simple random sample, stratified sample, cluster sample, and systematic sample) Based on notes from “Sampling: Design and Analysis” by Sharon Lohr. I. Basic Sampling Methods In probability samples each unit in the population has a k...

4959 sym R (7937 sym/69 pcs) 3 img