Publications by IrisD

Version 2: STORM EFFECT ON COMMUNITY BETWEEN 1950 AND 2011

17.12.2020

Version 2: Note that data needs to be cleaned further to reduce EVTYPE down to 48 entries SYNOPSIS In this report we aim to describe the impact of severe weather condition on public health and economy in the United State between 1950 to Nov 2011. We aimed to answer two questions 1. which types of events are most harmful to population health; 2. ...

1776 sym R (7743 sym/28 pcs) 2 img

STORM EFFECT ON COMMUNITY BETWEEN 1950 AND 2011

15.12.2020

SYNOPSIS In this report we aim to describe the impact of severe weather condition on public health and economy in the United State between 1950 to Nov 2011. We aimed to answer two questions 1. which types of events are most harmful to population health; 2. which types of events have the greatest economic consequences.From those data, we found tha...

1795 sym R (5877 sym/23 pcs) 3 img

An attempt on tooth growth analysis

27.12.2020

#OVERVIEW - ANALYSIS OF TOOTHGROWTH DATA Information on Data: The response is the length of odontoblasts (cells responsible for tooth growth) in 60 guinea pigs. Each received one of three does levels of vitamin C (0.5, 1, 2mg/day) by one the delivery method OJ (orange juice) & VC (ascorbic acid). 1. Load the ToothGrowth data and perform some bas...

2396 sym R (4029 sym/23 pcs) 2 img

Data Product - Week3 Project

28.01.2021

28/01/2021 ##SUMMARY Presenting data Using plotly Load Packages ## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:stats': ## ## filter ## The following object is masked from 'package:graph...

102 sym R (564 sym/6 pcs)

Car Loan Payment Calculator - Shiny App

28.01.2021

29/01/2021 Car Loan Calculator Need a app on your phone handy when comparing car loan or simply want to find out how much you should be paying each month for your new ride No Problem, we got it covered Here is what we can do for you The monthly car loan payment app - beta Simply put in the customized interest rate, choose a loan term between 1-7...

754 sym R (948 sym/3 pcs) 1 img

Capstone_Week2_Tidy_Text

07.02.2021

SUMMARY Primary purpose of this report is to load three datasets into R, identify the features of the datasets, then briefly summarise plan for creating prediction algorithm and Shiny app. 1. Load packages Load Packages ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.2 v purrr 0.3.4 ## ...

827 sym R (1664 sym/16 pcs) 5 img

Data Science Capstone - Ling Ding (Iris)

21.03.2021

22/03/2021 SUMMARY This model use trigram to predit the next word using a text sample sourced from blogs, news articles and twitter. This is a very basic model and unfortunally the only one that I was able to push it through to deployment stage without exhausting memories and crashing Rstudio. This is the project that are very much based on othe...

1079 sym