Publications by Anna Engelke

BeAM Data Test

23.01.2024

Install Libraries / Import Data install.packages("pacman") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.2' ## (as 'lib' is unspecified) library("pacman") pacman::p_load( tidyverse, readr, magrittr, dplyr, psych, ggplot2, zoo, tidytext, textdata, wordcloud2, SnowballC, topicmodels, stm, ldatuning...

927 sym R (4963 sym/23 pcs) 1 img

ECI 587 Anna Engelke Final Project

03.12.2023

Step 0: PREPARE THE ENVIRONMENT The functions for k-means clustering are included in base level R, but let’s install some packages for tidying and visualizing the data more easily. install.packages("pacman") #makes loading other packages much easier ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecifie...

13111 sym R (27160 sym/70 pcs) 4 img

ECI 587 Preparing Data for Final Project

06.11.2023

Part 1: Data Preprocessing Time to start loading packages! Since this assignment mostly focuses on preparing data, I’ll use primarily the tools we’ve used in almost every assignment, while also installing the pacman package to streamline things. As I continue through this assignment, I’ll return to this section and add packages as needed (e.g...

12813 sym R (32889 sym/60 pcs) 11 img

ECI 587 Naive Bayes

22.10.2023

Prepare the Environment Package loading time! I’ll use some of the ones from the walkthrough, along with the pacman package and the caret package. install.packages("pacman") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) library("pacman") pacman::p_load( tidyverse, readr, magrittr, d...

3549 sym R (5313 sym/20 pcs)

ECI 587 KNN

07.10.2023

Prepare the Environment Time to start loading packages! In this case, I’ll use the same ones that we used in the walkthrough from last week, along with the pacman package to streamline install. I left the comments from the walkthrough on the packages that are new to me, in case I need to reference them later. install.packages("pacman") ## Install...

2510 sym R (3383 sym/14 pcs)

ECI 587 Simple Regression

25.09.2023

Prepare the Environment The pacman() package last week was new to me, and I found it very helpful! I’ve always found it annoying to install and load everything separately, nice to know there’s an alternative. I’ll also use the same packages we used in the Week 4 code walkthrough, since we’re doing similar work with linear regression. instal...

3582 sym R (2030 sym/21 pcs) 1 img

BeAM 101 Answers

30.06.2023

...

6 sym

ECI 589 - Engelke Final Project

04.05.2023

1. PREPARE 1a. Research Questions I wanted to build on the work from my Unit 3 Independent Study, where I began to explore using data exported from our staff scheduling software (Deputy) to visualize interactions among BeAM staff. I decided to be a little more ambitious this time, and target a specific cohort: the student staff who participated in...

15298 sym Python (6122 sym/24 pcs) 10 img

ECI588EngelkeFinalProject

03.05.2023

PREPARE Research Question I work full-time as the Education Program Manager at the BeAM Network of Makerspaces at UNC-Chapel Hill. I’m just starting my research journey, but I’ve been in the field of maker education for more than a decade. One of the gaps that I see in my field is our ability to assess certain emotions, thoughts, or phenomena ...

13693 sym Python (30993 sym/31 pcs) 6 img

Anna Engelke - ECI 589 - Unit 4 Case Study

07.04.2023

Table of contents 1. PREPARE 1a. Review the Research Research Questions Data Collection Analyses Key Findings 👉 Your Turn ⤵ 1b. Load Libraries statnet 📦 👉 Your Turn ⤵ 2. WRANGLE 2a. Import Data 👉 Your Turn ⤵ 2b. Dichotomize Matrix Add Row and Column Names 2c. Create Network with Attributes Get Edges 👉 Your Turn ⤵ ...

43216 sym Python (29288 sym/60 pcs) 20 img 3 tbl