Publications by Rachel Saidi
TDSCI - Partnerships and Articuation Agreements
Partnerships and Articulation Agreements R Saidi A. Developing Partnerships Local partnerships Statewide partnerships National partnerships 1. Local Partnerships Local public schools County/City executive office Local data-related businesses Name others … 2. Statewide Partnerships Build an “alliance” with all TYCs in your state that ...
1072 sym 1 img
Data Journalism slides
Data Journalism Rachel Saidi 2022-05-21 Remember to set your working directory Recall that you set the working directory to this folder by selecting from the top menu Session>Set Working Directory>Choose Directory. Then select the folder where you are keeping all your datasets for this class. By doing this, we can load the files in this direct...
9606 sym
Heat Tree Stream and Alluvial Plots
So many ways to visualize data Load the packages and the data from flowingdata.com website library(treemap) library(tidyverse) library(RColorBrewer) Heatmaps A heatmap is a literal way of visualizing a table of numbers, where you substitute the numbers with colored cells. There are two fundamentally different categories of heat maps: the clus...
7218 sym R (15343 sym/48 pcs) 10 img
test2
Heatmaps Treemaps Streamgraphs and Alluvials Author Rachel Saidi Published 2024-06-07 Note: the code below will render your quarto document to multiple formats #quarto::quarto_render( # "heatmap treemap streamgraph alluvial.qmd", # output_format = c("pdf", "html", "docx") #) So many ways to visualize data Load the packages and the data ...
7613 sym Python (14759 sym/49 pcs) 10 img
test
Heatmaps Treemaps Streamgraphs and Alluvials Author Rachel Saidi Published 2024-06-07 Note: the code below will render your quarto document to multiple formats #quarto::quarto_render( # "heatmap treemap streamgraph alluvial.qmd", # output_format = c("pdf", "html", "docx") #) So many ways to visualize data Load the packages and the data ...
7613 sym Python (14759 sym/49 pcs) 10 img
Probability Lab
Hot Hands Lab Author R Saidi Hot Hands Lab Load libraries library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.4 ✔ readr 2.1.5 ✔ forcats 1.0.0 ✔ stringr 1.5.1 ✔ ggplot2 3.5.1 ✔ tibble ...
328 sym 1 img
Bar Charts Slides Using RevealJS
Bar Charts with Diamonds Dataset Rachel Saidi 2021-06-01 Access Library package - Tidyverse library(tidyverse) Load the pre-built dataset, Diamonds, and view it in the global environment data(diamonds) # places the dataset in the global environment head(diamonds) # shows the first 6 lines of the dataset # A tibble: 6 × 10 carat cut...
3907 sym 11 img
We are tired!!!
temp Author R Saidi We are Tired!! How much longer should we go? this is a subtitle this is plain text for writing essays Create our first chunk for code create a backwards arrow using the less than symbol and the dash — used to name a new object minutes <- c(53,20,45,30,10,45,35,45,35,30,15,20,35,45,30,40,30) what is the average number o...
393 sym 1 img
Japan Earthquakes GIS Tutorial 2024
Japan Earthquakes Geo Tutorial Japan Earthquakes 2011 Geo mapping using Japan Earthquakes 2001-2018 dataset. Source: USGS Earthquake Catalog (https://earthquake.usgs.gov/earthquakes/search/). This tutorial is adapted from: https://towardsdatascience.com/how-to-make-stunning-geomaps-in-r-a-complete-guide-with-leaflet-be1b857f1644 This is a large ...
3351 sym 9 img 1 tbl
Probability Lab
Probability Lab Author R Saidi Probability Lab Load libraries library(tidyverse) library(openintro) Access the data data("kobe_basket") glimpse(kobe_basket) Rows: 133 Columns: 6 $ vs <fct> ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL… $ game <int> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...
269 sym