Publications by Doreen Mushi

Data Science YouTube Videos Sentiment Analysis

19.09.2022

#loading libraries library(dplyr) library(readr) library(tidyr) library(rtweet) library(writexl) library(readxl) library(tidytext) library(textdata) library(ggplot2) library(textdata) library(scales) #reading the excel files learning_datascience <- read_xlsx("data/Learning_Datascience.xlsx") projects <- read_xlsx("data/Project_Tutorials.xlsx")...

64 sym R (16306 sym/59 pcs) 2 img

Project Based Youtube Videos

07.10.2022

Loading libraries library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.6 v purrr 0.3.4 ## v tibble 3.1.4 v dplyr 1.0.7 ## v tidyr 1.1.3 v stringr 1.4.0 ## v readr 2.0.1 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse...

583 sym R (40055 sym/153 pcs) 13 img

Census at School: A MOOC Sentiment Analysis

08.12.2021

INTRODUCTION This case study presents a sentiment analysis of educators’ opinions on Census at School program mined from discussion forum posts of a MOOC-Ed titled Teaching Statistics through a Data investigation.The MOOC is a professional development program that is targeted toward educators in K-12 and post secondary education systems in the ...

15638 sym R (14046 sym/30 pcs) 3 img 2 tbl

Doreen Mushi Exercise 6

27.09.2021

The scatterplot presents a relationship between Time (in hours)that students spend in the course and the proportion earned at the end of the course. From taking a quick look on the graph, it can be concluded that these two variables are postively correlated. The more the time a student spends on the course, the higher the grade . ...

338 sym 1 img

Unit 2 Case Study Doreen Mushi

31.01.2022

1. Prepare Our Unit 2 Case Study: Collaboration Ties over Time revisits the research of Dr. Alan Daly and centers around the impact No Child Left Behind reform efforts on school and district leadership networks. In this unit we move beyond visual depictions of networks from our previous SNA case study and learn to describe networks using common ...

39538 sym R (12359 sym/94 pcs) 15 img

Unit2 Walkthrough

30.01.2022

#loading libraries library(dplyr) library(readr) library(tidyr) library(rtweet) library(writexl) library(readxl) library(tidytext) library(textdata) library(ggplot2) library(textdata) library(scales) #reading ngss and ccss files ngss_tweets <- read_xlsx("data/ngss_tweets.xlsx") csss_tweets <- read_xlsx("data/csss_tweets.xlsx") #filtering englis...

899 sym R (23238 sym/75 pcs) 4 img

Document

07.02.2022

1. Data Source In this independent analysis, I have used the Peer Group Data from Chapter 3. The dataset is an adjacency matrix that details middle school students reported friendship relations in the classroom. The provided matrix is weighted with 1 being the score for “best friends” and 2 being the score for “friends”(Carolan,2014). 2....

4586 sym R (5077 sym/39 pcs) 2 img

Document

07.02.2022

1. PREPARE Background This independent analysis focuses on studying public’s sentiment regarding the Science of Reading (SoR). Science of Reading relates to evidence-based reading instruction practices that can be designed to meet the needs of individual learners(Snowling & Hulme, 2005). This includes, acquisition of language, phonological and...

6600 sym R (8485 sym/31 pcs) 4 img

Unit 4 Independent Analysis

03.04.2022

1. PREPARE Introduction My key interest in this analysis was to investigate whether district site and trust scores are potential predictors of tie formation in a school leaders network. Since this is a predictive analysis, I will use ERGM modeling to establish the significance of the two variables. Research Question The main research question g...

2345 sym R (16349 sym/30 pcs) 1 img 3 tbl

Unit 4 Independent Analysis Bigrams

28.03.2022

1. PREPARE INTRODUCTION The main objective of this independent analysis is to investigate how text network analysis can support the identification of keyword networks from collections of scientific interdisciplinary documents such as journal articles.The motivation of this analysis is based on empirical studies that have used text network analys...

12763 sym R (4575 sym/17 pcs) 2 img