Publications by Enid Roman

Data 606 - Lab # 2 - Introduction to Data

19.09.2022

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks with...

2336 sym R (10070 sym/44 pcs) 8 img

Data 607 - Assignment # 3 - Character Manipulation and Data Processing

19.09.2022

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks with...

2135 sym R (5001 sym/29 pcs)

Data_607_Project_1_Chess_Tournament_Results.rmd

26.09.2022

library(readr, quietly = TRUE) library(stringr, quietly = TRUE) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.9 ## �...

1659 sym R (5474 sym/18 pcs)

Data_606_Lab_3_Probability

26.09.2022

library(tidyverse) library(openintro) The Hot Hand Exercise 1 Streak length of 1 mean the streak contained 1 hit and 1 miss. Streak of 0 mean the streak contained 0 hit and 1 miss. glimpse(kobe_basket) ## Rows: 133 ## Columns: 6 ## $ vs <fct> ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL, ORL… ## $ game <int> 1, ...

7812 sym 3 img

Data 606 Lab 4 - Distributions of Random Variables

02.10.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.9 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 �...

4446 sym R (6946 sym/48 pcs) 14 img

Data_607_Assignment_4_Working_with_Tidy_Data

05.10.2022

# Upload the libraries needed. library(tidyr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ dplyr 1.0.9 ## ✔ tibble 3.1.8 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 ...

1976 sym R (5567 sym/20 pcs) 2 img

Data_607_Project_2_Sangeetha_Sasikumar_Untidy_Dataset_Grades

10.10.2022

ABOUT THE DATASET: This dataset was created by Sangeetha Sasikumar. Not sure where Sangeetha got the information from but it looks like grades based on gender and age. What age and gender has the highest average of them all? # Upload the libraries needed. library(tidyr) library(tidyverse) ## ── Attaching packages ───────�...

1831 sym R (5030 sym/24 pcs) 1 img

Data_607_Project_2_Anthony_Arroyo_Untidy_Dataset_Rental

10.10.2022

About the dataset: This dataset was taken from the following website: https://catalog.data.gov/dataset/dof-cooperative-comparable-rental-income-queens-fy-2011-2012 DOF: Cooperative Comparable Rental Income – Queens – FY 2011/2012 The Department of Finance (DOF) is required by NY State law to value condominiums or cooperatives as if they...

5361 sym R (25948 sym/29 pcs) 2 img

Data_607_Project_2_Seung_Min_Song_Untidy_Dataset_Admit

10.10.2022

ABOUT THE DATASET: This dataset was created by Seung Min Song which information was taken from the following website: https://www.randomservices.org/random/data/Berkeley.html The dataset represents admissions data at the University of California, Berkeley in 1973 according to the variables department (A, B, C, D, E), gender (male, female), ...

3392 sym R (7301 sym/24 pcs) 1 img

Data_606_Lab_5_Foundations_for_Statistical_Inference_Confidence_Intervals

12.10.2022

set.seed(500) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.9 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.1 ## ✔ read...

5293 sym R (2272 sym/18 pcs) 1 img