Publications by Joe Karbowniczek

Developing Data Products Week 4 Project

21.05.2020

Untitled Variables and MPG Joe Karbowniczek 5/21/2020 Coursera Reproducible Pitch See the Regression Models Course Project URL: https://github.com/JoeKarbo/Developing-Data-Products-Week-4-Project Find here all the data that have been use for this presentation and also for the first part of the data Science Project: “First, you will create ...

1118 sym R (687 sym/3 pcs) 1 tbl

Developing Data Products - Week 3 Assignment

12.05.2020

Understanding Gas Mileage Using the mtcars dataset we plot can attempt to understand the relationship of various factors to gas mileage (mpg). We plot weight (wt) vs. mileage (mpg) spatially along the x/y axes. We visualize the number of cylinders (cyl) as colors and the amount of horsepower (hp) as the size of an individual point in the plot. ...

377 sym R (333 sym/3 pcs)

Developing Data Products - Week 2 Leaflet

12.04.2020

The source code is available at GitHub. Just click here! My First Leaflet Map Create a leaflet map object. library(leaflet) ## Warning: package 'leaflet' was built under R version 3.6.3 map <- leaflet() %>% addTiles() Create a marker with a picture of Baltimore City Hall and a link to its homepage. BaltimoreCityHallIcon <- makeIcon( iconUrl ...

244 sym R (766 sym/5 pcs)

Regression Models - Course Project

12.03.2020

Executive Summary This report analyzed the relationship between transmission type (manual or automatic) and miles per gallon (MPG). The report set out to determine which transmission type produces a higher MPG. The mtcars dataset was used for this analysis. A t-test between automatic and manual transmission vehicles shows that manual transmission...

2932 sym R (747 sym/11 pcs) 2 img

Statistical Inference - Course Project _Part 1

15.02.2020

Overview The purpose of this data analysis is to investigate the exponential distribution and compare it to the Central Limit Theorem. For this analysis, the lambda will be set to 0.2 for all of the simulations. This investigation will compare the distribution of averages of 40 exponentials over 1000 simulations. Simulations Set the simulation v...

1000 sym R (1279 sym/8 pcs) 1 img

Reproducible Research - Course Project 2

27.01.2020

Synopsis Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries, and property damage, and preventing such outcomes to the extent possible is a key concern. This project involves exploring the U.S. National Oceanic and Atmos...

1136 sym R (3071 sym/9 pcs) 3 img

Statistical Inference - Course Project _Part 2

15.02.2020

Overview This is the second part of the Statistical Inference Course Project from Coursera. A few EDA methods will be carried out as well as applying two-sample t-test to analyze the relationships between factors. Tasks Load the ToothGrowth data and perform some basic exploratory data analyses Provide a basic summary of the data. Use confidence ...

2364 sym R (3136 sym/27 pcs) 2 img

Milestone Report

09.08.2020

##Synopsis This report provides a Milestone Report for the Coursera Data Science Specialization Capstone Project. The goal of this report is to demonstrate work on exploratory data analysis of our datasets. For this capstone project the datasets are provided in 4 different languages: German, English (US), Finnish and Russian, but the analysis wil...

3745 sym R (5434 sym/15 pcs) 6 img

Capstone Slide Deck

09.08.2020

Data Science Capstone Project -Goal: Predicting the Next Word from a Given String -A collaboration of Johns Hopkins University with SwiftKey Introduction The goal of the Data Science Capstone Project from Johns Hopkins University (JHU) is to create a usable application on natural language processing. This capstone project is offered in collabo...

2015 sym 2 img