Publications by Anna Engelke
Course Grades & Gender
library(tidyverse) data_to_viz <- read_csv("data/data-to-explore.csv") data_to_viz %>% select(subject, gender, proportion_earned) %>% mutate(subject = recode(subject, "AnPhA" = "Anatomy", "BioA" = "Biology", "FrScA" = "Forensics", ...
3741 sym R (936 sym/1 pcs) 1 img
LWIC Variables Across Academic Subjects
Do LWIC summary variables (authentic, clout, etc.) vary across academic subjects? Inputs The LWIC summary variables are emotional tone, clout, authenticity, and analytical thinking (I found this link helpful for describing each variable: https://www.liwc.app/help/liwc). Based on my own experiences with different courses, I hypothesized that st...
2306 sym R (4279 sym/1 pcs) 8 img
ECI 586 Final Project
1. PREPARE I work as the Education Program Manager for the BeAM network of makerspaces at UNC-Chapel Hill. The purpose of my data product is to explore how BeAM patrons are interacting with the online Sakai training site. My research questions are as follows: What do patrons want from a creative community? How do they feel about creative communi...
36208 sym R (15483 sym/54 pcs) 3 img