Publications by A Singh

Extra Credit

19.08.2023

Mutating Joins you use joins function when you have some records that are the same, some columns are the same, some might be different. But they do have one thing that is common that allow them to overlap and join them together. library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────...

3224 sym R (9506 sym/43 pcs) 1 tbl

Final Project

19.08.2023

Zillow Economic Dataset from 1996 to 2017 Source of data set https://www.kaggle.com/datasets/zillow/zecon I grabbed the data set from kaggle.com. It was uploaded and it contains data from 1996 to 2017. The data set is about 1.5 gb. The content in this data set includes cities crosswalk, city time series, county time series, county cross walk, ...

9150 sym R (24951 sym/68 pcs) 10 img

Final Project

17.08.2023

1. Describe your dataset. Give the source of the dataset (name and web link), number of observations, a metadata listing for each variable. In other words, list the names of the variables, types, and brief descriptions of values if needed (column names are not obvious or specific domain knowledge is required to understand the variables). This ...

7488 sym R (32860 sym/66 pcs) 12 img

final project

16.08.2023

library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0...

35 sym R (88383 sym/28 pcs) 4 img

iC11

13.08.2023

Load the titanic_train.csv data set and see if you can create an ANOVA and Chi-Squared analysis from the data. Review slides 14 through 17 of Hypothesis testing for data science - regarding the R functions to use and assumptions. ##Use the categorical variables Pclass and Embarked in your analysis. ##Upload your zipped Rmd + HTML file or just y...

1616 sym R (4043 sym/24 pcs) 2 img

IC11

13.08.2023

Load the titanic_train.csv data set and see if you can create an ANOVA and Chi-Squared analysis from the data. Review slides 14 through 17 of Hypothesis testing for data science - regarding the R functions to use and assumptions. ##Use the categorical variables Pclass and Embarked in your analysis. ##Upload your zipped Rmd + HTML file or just y...

464 sym R (2309 sym/9 pcs) 1 img

IC10

13.08.2023

library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0...

167 sym R (3412 sym/15 pcs) 1 img

IC9

10.08.2023

library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0...

2337 sym R (2658 sym/12 pcs) 5 img

project 3

10.08.2023

Loading Data Set from the world bank. The data is is the world development indicator library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ g...

3335 sym R (423128 sym/67 pcs) 10 img

Project 3

10.08.2023

Loading Data Set from the world bank. The data is is the world development indicator library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ g...

3333 sym R (169810 sym/65 pcs) 10 img