Publications by Shariq Mian

Data606_HW1

05.09.2021

Smoking habits of UK residents. (1.10, p. 20) A survey was conducted to study the smoking habits of UK residents. Below is a data matrix displaying a portion of the data collected in this survey. Note that “\(\pounds\)” stands for British Pounds Sterling, “cig” stands for cigarettes, and “N/A” refers to a missing component of the dat...

4539 sym R (2144 sym/13 pcs)

Shariq_Mian_Data_607_Assignment_1

30.08.2021

Introducation I choose the MLB baseball data set which shows the elo ratings for all the teams and their prediction for games. The specific article is whether the New York Yankees have gotten better since the deadline or just luckier. I was interested to see whether the trade deadline had an impact of the elo ratings and whether it was able to ch...

3746 sym R (13685 sym/44 pcs) 6 img

SPS_Brisge_NFL_Project

10.08.2021

As a Football fan, I want to predict where there is a correlation between passing plays and whether a team wins or not. I have choosen a 2019 season NFL regular season data sets to see whether there is such correlation. The data set contains play by play data adding up to 45556 observation of data and 256 variables. It is missing the variable of ...

3167 sym R (10024 sym/33 pcs) 5 img

Data606_Lab2

13.09.2021

Some define statistics as the field that focuses on turning information into knowledge. The first step in that process is to summarize and describe the raw information – the data. In this lab we explore flights, specifically a random sample of domestic flights that departed from the three major New York City airports in 2013. We will generate s...

11364 sym R (5025 sym/33 pcs) 9 img

Project1

20.09.2021

Libraries Importing Libraries library(stringr) library(DT) library(ggplot2) library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v tibble 3.1.4 v purrr 0.3.4 ## v tidyr 1.1.3 v dplyr 1.0.7 ## v readr 2.0.1 v forcats 0.5.1 ## -- Conflicts ------------------------------...

740 sym R (13529 sym/29 pcs) 3 img

Data606_Lab6

17.10.2021

Getting Started Load packages In this lab, we will explore and visualize the data using the tidyverse suite of packages, and perform statistical inference using infer. The data can be found in the companion package for OpenIntro resources, openintro. Let’s load the packages. library(tidyverse) library(openintro) library(infer) The data You ...

7558 sym R (736 sym/8 pcs) 1 img

DATA606_HW6

17.10.2021

2010 Healthcare Law. (6.48, p. 248) On June 28, 2012 the U.S. Supreme Court upheld the much debated 2010 healthcare law, declaring it constitutional. A Gallup poll released the day after this decision indicates that 46% of 1,012 Americans agree with this decision. At a 95% confidence level, this sample has a 3% margin of error. Based on this inf...

5044 sym

TidyVerse_Create1

25.10.2021

Your task here is to Create an Example. Using one or more TidyVerse packages, and any dataset from fivethirtyeight.com or Kaggle, create a programming sample “vignette” that demonstrates how to use one or more of the capabilities of the selected TidyVerse package with your selected dataset. (25 points) Later, you’ll be asked to extend an ex...

1016 sym R (2828964 sym/17 pcs)

HW10

01.11.2021

ASSIGNMENT 10 In Text Mining with R, Chapter 2 looks at Sentiment Analysis. In this assignment, you should start by getting the primary example code from chapter 2 working in an R Markdown document. You should provide a citation to this base code. You’re then asked to extend the code in two ways: Work with a different corpus of your choosing, a...

4684 sym R (21768 sym/122 pcs) 14 img

DAta606_Lab8

08.11.2021

The Human Freedom Index is a report that attempts to summarize the idea of “freedom” through a bunch of different variables for many countries around the globe. It serves as a rough objective measure for the relationships between the different types of freedom - whether it’s political, religious, economical or personal freedom - and other s...

11316 sym R (5315 sym/30 pcs) 9 img