Publications by Kevin T. Kennedy

Project 2 Results

03.02.2021

Overview Synopsis: Exploratory Analysis of the NOAA Storm Database (1950-2011) to analyze severe weather outcomes. Goals: 1. Identify events that are harmful to population health. 2. Identify events that have the greatest economic consequences. Import Libraries and Create Functions library(dplyr) ## ## Attaching package: 'dplyr' ## The followi...

2609 sym R (5854 sym/19 pcs) 3 img

Assignment1

29.09.2021

September 29, 2021 library(leaflet) m <- leaflet() %>% addTiles() %>% # Add default OpenStreetMap map tiles addMarkers(lng=174.768, lat=-36.852, popup="The birthplace of R") m # Print the map ...

26 sym R (184 sym/1 pcs)

Assignment2

29.09.2021

September 29, 2021 ## Warning: Ignoring unknown aesthetics: text ...

26 sym R (45 sym/1 pcs)

Presentation

29.09.2021

Course Project - Shiny Application and Reproducible PitchKevin KennedySeptember 29, 2021 Overview This was built for the course: Developing Data Products as part of the Coursera Data Science Specialization. The shiny app developed for this assignment is avalilable: https://thekennedysite.shinyapps.io/course-project-shiny-application-and-reprod...

1330 sym

Presentation

29.09.2021

Course Project - Shiny Application and Reproducible PitchKevin KennedySeptember 29, 2021 Overview This was built for the course: Developing Data Products as part of the Coursera Data Science Specialization. The shiny app developed for this assignment is avalilable: https://magnolia.shinyapps.io/Shiny-Application-and-Reproducible-Pitch/ Exam Ma...

1301 sym

Week2

01.10.2021

Task (from Coursera Page) The goal of this project is just to display that you’ve gotten used to working with the data and that you are on track to create your prediction algorithm. Please submit a report on R Pubs (http://rpubs.com/) that explains your exploratory analysis and your goals for the eventual app and algorithm. This document should...

2627 sym R (2633 sym/11 pcs) 2 img 1 tbl

App

17.10.2021

Developing Data Products course - Assignment Week 4 - Shiny Application and Reproducible Pitch Kevin T. Kennedy October 17, 2022 Introduction This presentation is one half of the assignemnt of week 4, Developing Data Products course from Coursera (https://www.coursera.org/learn/data-products). The presentation is meant to show information ab...

1760 sym R (1407 sym/4 pcs)

Final

18.10.2021

October 18, 2021 Overview of the Project The purpose of the project is to create text-prediction application with R Shiny package that predicts words using a natural language processing model i.e. creating an application based on a predictive model for text. Given a word or phrase as input, the application will try to predict the next word, sim...

1487 sym