Publications by anangwe

Inference of population means

19.03.2024

Inference of population means Learning Objectives One-sample t-test Two-sample t-test Erick Anangwe 2023-09-13 Inference of population means Learning Objectives State hypotheses for 1-sample and 2-sample t-test State the linear model formulations of 1-sample and 2-sample t-test State and check assumptions of 1-sample and 2-sample t-test O...

5972 sym 8 img 4 tbl

Exploratory Data Analysis

19.03.2024

Exploratory Data Analysis Activity Learning Objectives Univariate statistics Bivariate visualizations Multivariate analyses Multivariate visualizations Erick Anangwe 2023-09-05 Exploratory Data Analysis Activity Learning Objectives Create and interpret univariate statistics & visualizations Create and interpret bivari...

3930 sym 11 img 8 tbl

String Manipulation with stringr

17.03.2024

String Manipulation with stringr Learning Objectives Matching strings Modifying strings Making a Word Cloud shotext package Sentiment analysis Erick Anangwe 2024-02-20 String Manipulation with stringr Learning Objectives Match strings Modify and concatenate strings Create a word cloud Understand the basics of sentiment analysis First, load...

4122 sym Python (9243 sym/46 pcs) 2 img 5 tbl

Data Transformations & Manipulation with dplyr

14.03.2024

Data Transformations & Manipulation with dplyr Learning Objectives Bar charts Variable types The filter function for subsetting rows Arrange rows with arrange(). The arrange() function for sorting rows Selecting columns with select() function Adding new variables with mu...

7037 sym 13 img 11 tbl

Joining Data with dplyr

14.03.2024

Joining Data with dplyr Learning Objectives Load packages necessary for this activity Example data: Michigan flights Left joins Full joins Inner joins Finally, let’s do something fun with calendaR Erick Anangwe 2024-03-12 Joining Data with dplyr In this activity we will explo...

2951 sym Python (2643 sym/24 pcs) 1 img 16 tbl

Intermediate ggplot2

12.03.2024

× Thanks for using lockdown, your antivirus really appreciates it. This is a friendly reminder that this template is intended as a joke and not to be used in production ! × It seems that you want to get out of this page... Please remember to : wash your hands wear a mask keep your distances avoid crowded and poorly ventilated indoo...

4491 sym R (10911 sym/49 pcs) 15 img 3 tbl

Introduction to R Markdown

12.03.2024

× Thanks for using lockdown, your antivirus really appreciates it. This is a friendly reminder that this template is intended as a joke and not to be used in production ! × It seems that you want to get out of this page... Please remember to : wash your hands wear a mask keep your distances avoid crowded and poorly ventilated indoo...

2696 sym R (1594 sym/11 pcs) 2 img 5 tbl

Importing and Exporting Data with R

12.03.2024

Importing and Exporting Data with R Learning Objectives Importing data into R Exporting data from R Erick Anangwe 2024-01-16 Importing and Exporting Data with R Learning Objectives Importing CSV files into R Importing special data files into R Exporting data from R Let’s start by loading packages for this activity. library(data.table) l...

1223 sym Python (3350 sym/13 pcs) 2 img 3 tbl

Introduction to ggplot2

12.03.2024

Introduction to ggplot2 Learning Objectives Creating our first ggplot Erick Anangwe 2024-01-23 Introduction to ggplot2 Learning Objectives Understand the code structure for ggplot plots Understand layers of ggplot objects Adding labels and captions of ggplot objects Understand aesthetics of ggplot objects Know the difference betw...

2504 sym 12 img 3 tbl