Publications by Rachel Saidi
Nhanes Tutorial
Nhanes Author R Saidi Load the libraries library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.3 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ✔ lubridate 1...
161 sym 1 img
MATH 217 Lab 3 Probability - Hot Hands
Lab 3 Probability Author Rachel Saidi Published September 13, 2020 Probability Hot Hands Data Your investigation will focus on the performance of one player: Kobe Bryant of the Los Angeles Lakers. His performance against the Orlando Magic in the 2009 NBA Finals earned him the title Most Valuable Player and many spectators commented on how h...
4801 sym 2 img
Bar Charts with Diamonds Data and Polar Plot
Bar Charts with Diamonds Dataset Author Rachel Saidi Published June 1, 2021 Access Library package - Tidyverse library(tidyverse) Load the pre-built dataset, Diamonds, and view it in the global environment head(diamonds) # shows the first few lines of the dataset # A tibble: 6 × 10 carat cut color clarity depth table price ...
3937 sym 12 img
temp
Airquality HW Assignment Load in the library library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.3 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ✔ lubrid...
188 sym
MATH 217 Chapter 11-12 - Statistical Inference
Chapter 11-12 - Statistical Inference Author Rachel Saidi Load library, set the working directory, and dataset library(tidyverse) library(knitr) library(kableExtra) library(tidymodels) setwd("C:/Users/rsaidi/Dropbox/Rachel/MontColl/Datasets/Datasets") sex_disc <- read_csv("sex_discrimination.csv") set.seed(9753) # allows to replicate re...
4717 sym 1 img 4 tbl
MATH 217 Chapter 13-14 - Statistical Inference
chapter 13-14 statistical inference Author Rachel Saidi Chapter 13 - Mathematical Modeling with Normal Distribution Calculations Example2: Head lengths of brushtail possums follow a nearly normal distribution with mean 92.6 mm and standard deviation 3.6 mm. Compute the Z scores for possums with head lengths of 95.4 mm and 85.8 mm. A brushtail...
936 sym 2 img
MATH 217 Chapter 11 - Statistical Inference
Chapter 11 - Statistical Inference Author Rachel Saidi Load library, set the working directory, and dataset library(tidyverse) library(knitr) library(kableExtra) library(tidymodels) setwd("C:/Users/rsaidi/Dropbox/Rachel/MontColl/Datasets/Datasets") sex_disc <- read_csv("sex_discrimination.csv") set.seed(9753) # allows to replicate resul...
3631 sym 1 img 4 tbl
Summer RISE Access to Safe Drinking Water
Introduction about the project Access to clean water is a fundamental human right and a critical determinant of public health, economic development, and environmental sustainability. However, water access has been a longstanding challenge for many regions around the world. Having access to drinking water has numerous impacts on a population. We...
7291 sym R (11788 sym/34 pcs) 5 img 1 tbl
Summer RISE Access to Safe Drinking Water
Exploration in Access to Safe Drinking Water Author Joshewa Assefa, Rohun Sarkar, and Tarun Tammali Introduction about the project Access to clean water is a fundamental human right and a critical determinant of public health, economic development, and environmental sustainability. However, water access has been a longstanding challenge for man...
7410 sym Python (11706 sym/36 pcs) 5 img 1 tbl
Summer RISE Access to Safe Drinking Water Part 2
# Create palette for the regions cols <- c("Latin America & Caribbean" = "#14c78f", "South Asia" = "#c6b90a", "Sub-Saharan Africa" = "#52340e", "Europe & Central Asia" = "#bf0ac0" , "Middle East & North Africa" = "#73a409", ...
3326 sym Python (5790 sym/17 pcs)