Publications by Jeanne McClure
Document
WA_4_NAs_Imputation_Outliers_key DSC_406.001 Author Write your name here Published October 27, 2024 0. Introduction First rename this file as DSC406_001_FA24_WA4_unityID Introduction This synthetic dataset is designed to study vision quality on a scale from 1 to 10. It includes variables that describe individuals’ demographic information, ...
9582 sym Python (26952 sym/101 pcs) 12 img 3 tbl
Document
WA_3_manager_salary_surveys DSC_406.001 Author August Pallesen Published October 27, 2024 0. Introduction a. Overview This section of the narrated notebook will discuss the dataset derived from a comprehensive manager salary survey conducted in 2024. The survey aimed to gather detailed information about the salaries, industries, job function...
23169 sym Python (70608 sym/115 pcs) 13 img 2 tbl
Document
Data Descriptions Value Description -1 Blank -2 Don’t know -3 Refused These codes are used to categorize non-response or specific types of non-participation in survey questions. CPS Survey Data Dictionary Key Variables (19 variables) Basic Demographics HRHHID (Household ID): Unique identifier for each household surveyed. PRTAGE (Age): ...
4488 sym 1 tbl
Updated GGPLOT visualization with code
Read in library tidyverse Read in library skimr Read in data_to_explore are you getting an error? - make sure to install.packages(““) in the console to fix that library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ...
4406 sym R (7603 sym/22 pcs) 12 img 8 tbl
Used this in AERA 23 short course
This is an example of a Flexdashboard that you can create for your stakeholders Inputs This is where you would write up something that you want the stakeholders to know. What is the overall findings? Column Relationship Between Final grade and Gender Column Overview of Time Spent on Different Subjects Relationship Between Time Spent and Int...
407 sym R (3100 sym/1 pcs) 6 img
Foundation badge 1
Data Sources badge LASER Institute Foundation Learning Lab 1 Author Jeanne McClure Published January 29, 2023 The final activity for each learning lab provides space to work with data and to reflect on how the concepts and techniques introduced in each lab might apply to your own research. To earn a badge for each lab, you are required to r...
4428 sym 1 img
FOr LASER - extra GGPLOT
Table of contents 1 GGPLOT Extended 2 Wrangle the data frame 3 Visualizations 3.1 Grouping features(variables) 4 Use Plotly 4.1 Add Color to the Plotly graph 4.2 Use Shape 4.3 Create interactive with ggplot object 5 Annotate 5.1 Draw an arrow 6 Annotations with {ggforce} - the next session was adopted RLadies of Frieborn 6.1 f...
4911 sym 15 img
What's in a Student Goal?
0. INTRODUCTION Figure 1.1 Soar Wing Collaborative Yearly Goal Mural 1 Prepare Background While at my Graduate position in the Media and Education Technology Resource Center (METRC) we wanted to have an event that would get students into METRC. The idea was that students would come into METRC to hand write a yearly goal on a paper feather duri...
10178 sym R (34377 sym/127 pcs) 10 img
Performance per STEM course
library(tidyverse) data_to_viz <- read_csv("data/data-to-explore.csv") data_to_viz <- data_to_viz %>% select(subject, gender, proportion_earned) %>% # reduced mutate(subject = recode(subject, "AnPhA" = "Anatomy", "BioA" = "Biology", "FrScA" = "Forensics", ...
540 sym R (1296 sym/1 pcs) 1 img