Publications by Deepa Sharma

Data606Lab2 - DSharma

14.02.2022

Introduction to data 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 201...

11726 sym R (10757 sym/42 pcs) 8 img

data 606 Lab3

21.02.2022

The Hot Hand Basketball players who make several baskets in succession are described as having a hot hand. Fans and players have long believed in the hot hand phenomenon, which refutes the assumption that each shot is independent of the next. However, a 1985 paper by Gilovich, Vallone, and Tversky collected evidence that contradicted this belief ...

11061 sym R (8407 sym/61 pcs) 2 img

dsharma project 1

27.02.2022

In this project, you’re given a text file with chess tournament results where the information has some structure. Your job is to create an R Markdown file that generates a .CSV file (that could for example be imported into a SQL database) with the following information for all of the players: Player’s Name, Player’s State, Total Number of P...

1077 sym R (5153 sym/22 pcs)

Lab4_Dsharma

28.02.2022

In this lab, you’ll investigate the probability distribution that is most central to statistics: the normal distribution. If you are confident that your data are nearly normal, that opens the door to many powerful statistical methods. Here we’ll use the graphical tools of R to assess the normality of our data and also learn how to generate ra...

9673 sym R (3863 sym/33 pcs) 12 img

Data 607 Project 2 C

14.03.2022

This dataset was share by Deepa Sharma for Superhero TV shows Data: This is a Kaggle data from superhero TV shows https://www.kaggle.com/anoopkumarraut/superhero-tv-shows/data Possible Analysis: What is the highest-rated TV show of all times. What is the highest rated TV show from each year in the data set. Import Library library(tidyverse) ...

1767 sym R (9153 sym/31 pcs)

Lab 5 A

16.03.2022

In this lab, you will investigate the ways in which the statistics from a random sample of data can serve as point estimates for population parameters. We’re interested in formulating a sampling distribution of our estimate in order to learn about the properties of the estimate, such as its distribution. Setting a seed: We will take some rando...

11888 sym R (9533 sym/51 pcs) 7 img

Final Project Data 606

09.05.2022

Part I: Introductions: As per EPA, fuel economy data are the result of vehicle testing done at the Environmental Protection Agency’s National Vehicle and Fuel Emissions Laboratory in Ann Arbor, Michigan, and by vehicle manufacturers with oversight by EPA.This data was obtained from the EPA site listed below. The data forms the basis for our ana...

5985 sym R (4047 sym/32 pcs) 4 img

Data607 Final Project

18.05.2022

Part 1: Introduction/Motivation: Russia’s war on Ukraine has resulted in millions of people being displaced from their country. Most of them have entered Poland which is a neighboring country to Ukraine. I wanted to use the data available based on border crossing records in the Polish border to figure out which border crossing had the most num...

4731 sym R (17244 sym/64 pcs) 4 img

Data 607 Week 10

13.04.2022

First part: Textbook Assignment- Run the below code from the Text book:https://www.tidytextmining.com/sentiment.html library(tidytext) library(RCurl) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ...

2666 sym R (18205 sym/132 pcs) 7 img 3 tbl

Data607 Week 11

12.04.2022

1. Scenario Design Analysis: For this assignment, I am using Udemy learning available @ https://www.udemy.com/. The website provides a variety of highly-rated content and learning materials from topics that covers a wide range of learning. The site can be accessed for a paid subscription or by purchasing select courses. Udemy provides individual ...

2046 sym