Publications by Peter

Project1-607

20.09.2020

Introduction The objective of the project is to read the given text file, clean and process data, and generate csv of the processed data. The given .txt file has Chess tournament result. Each result has two rows, first row has Pair number, Player name, Total points and rounds played. Second row has State to whom player belongs, pre-rating. We nee...

1101 sym R (1720 sym/16 pcs) 1 img

homework4-606

27.09.2020

Area under the curve, Part I. (4.1, p. 142) What percent of a standard normal distribution \(N(\mu=0, \sigma=1)\) is found in each region? Be sure to draw a graph. \(Z < -1.35\) \(Z > 1.48\) \(-0.4 < Z < 1.5\) \(|Z| > 2\) \(Z < -1.35\) Answer ## [1] "Percentage of normal distrbution is 8.85" \(Z > 1.48\) Answer paste("Percentage of normal ...

9000 sym R (3138 sym/46 pcs) 6 img

assignment5-607

27.09.2020

Exercise The chart below describes arrival delays for two airlines across five destinations. Your task is to: (1) Create a .CSV file (or optionally, a MySQL database!) that includes all of the information above. You’re encouraged to use a “wide” structure similar to how the information appears above, so that you can practice tidying and tra...

2246 sym R (3534 sym/27 pcs) 5 img

project2_1-607

04.10.2020

Contributors: Peter Fernandes Arushi Arora Introduction Project 2 requires to create 3 tidy datasets by either using the untidy datasets from week5 discussion or choose any of our own dataset. It requires the data set to be wide and untidy so that we read the data from a CSV and transform and tidy the datasets. we hav...

2116 sym R (2462 sym/24 pcs) 5 img

project2_2-607

04.10.2020

Contributors: Peter Fernandes Arushi Arora Introduction Project 2 requires to create 3 tidy datasets by either using the untidy datasets from week5 discussion or choose any of our own dataset. It requires the data set to be wide and untidy so that we read the data from a CSV and transform and tidy the datasets. we hav...

1124 sym R (2046 sym/23 pcs) 3 img

Lab5a-606

04.10.2020

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...

11330 sym R (2699 sym/17 pcs) 4 img

assignment7-607

11.10.2020

Requirement Pick three of your favorite books on one of your favorite subjects. At least one of the books should have more than one author. For each book, include the title, authors, and two or three other attributes that you find interesting. Take the information that you’ve selected about these three books, and separately create three files w...

1657 sym R (2902 sym/18 pcs)

Lab6-606

11.10.2020

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) library(DATA6...

8330 sym R (4339 sym/18 pcs) 2 img

Lab7-606

18.10.2020

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) Creating a re...

6025 sym R (4379 sym/29 pcs) 3 img

tidyverse_part1-607

25.10.2020

Assignment In this assignment, you’ll practice collaborating around a code project with GitHub. You could consider our collective work as building out a book of examples on how to use TidyVerse functions. GitHub repository: https://github.com/acatlin/FALL2020TIDYVERSE https://data.fivethirtyeight.com/ datasets. https://www.kaggle.com/datasets d...

1489 sym R (3581 sym/16 pcs)