Publications by Endri Raco
Storm Data Analysis
Synopsis This paper presents some insights regarding effects of storms and other severe weather events on 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. For this research w...
3913 sym R (12936 sym/30 pcs) 6 img
Storm Data Analysis
if(!require(tidyverse)) install.packages('tidyverse', repos = 'http://cran.us.r-project.org') if(!require(lattice)) install.packages('lattice', repos = 'http://cran.us.r-project.org') ## specify global chunk options knitr::opts_chunk$set(fig.width = 5, fig.height = 4, dpi = 300, out.width = '90%', fig.align = 'center...
1396 sym R (2105 sym/12 pcs)
Prediction Assignment WriteUp
Executive Summary Using devices such as Jawbone Up, Nike FuelBand, and Fitbit it is now possible to collect a large amount of data about personal activity relatively inexpensively. These type of devices are part of the quantified self movement – a group of enthusiasts who take measurements about themselves regularly to improve their health, to...
3468 sym R (5857 sym/36 pcs) 2 tbl