Giter Site home page Giter Site logo

bnafack / covid_analysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11.09 MB

In this project, the goal is to predict the number of intensive care units (terapia_intensiva) in Campania region, Italy from 02 to 15 February 2021.

R 100.00%
covid-19-italy covid-19-prediction data-science gam-model glm

covid_analysis's Introduction

Covid analysis

Our project aims to predict the number of intensive care units (terapia_intensiva) in the Campania region.


Problem statement

Goal of the project

Consider your dataset starting from 1st October 2020 to 1st February 2021 (basically, the second wave) and prepare your presentation by considering the following points:

  1. Perform some explanatory analysis for your data, especially by use of graphical tools.

  2. Describe the quality of the data and discuss whether and how a plausible statistical model could be posed.

  3. Build a model for your response variable Y. To this aim you can adopt any among the regression techniques covered during the course. Comment the estimates from the best model obtained.

  4. By building your model, evaluate the inclusion of some covariates and their effect on the response variable. Some possible covariates could regard: the regional colors (yellow, orange, red), the partial lockdown regime, some region-specific laws and rules, etc.

  5. Check the model fit by using the proper tools, such as residuals plots.

  6. Provide 10-15 days-forward predictions and check their accuracy (say, for the period February 2nd to February 15, 2021).

  7. Compare alternative models in terms of predictive information criteria and comment.

And remember: all the models are wrong, but some are useful. Feel free to use any model (possibly one from those covered in the course).

Description of the data

The dataset is for the Covid-19 spreading outbreak from the official website of Protezione Civile, it was download by using the following command:

read.csv("https://raw.githubusercontent.com/pcm-dpc/
COVID-19/master/dati-regioni/dpc-covid19-ita-regioni.csv")

The dataset contains the following variables:

data Date of notification

stato Country of reference

codice_regione Code of the Region (ISTAT 2019)

denominazione_regione Name of the Region

lat Latitude

long Longitude

ricoverati_con_sintomi Hospitalised patients with symptoms

terapia_intensiva Intensive Care

ingressi_terapia_intensiva Daily admissions to intensive care

totale_ospedalizzati Total hospitalised patients

isolamento_domiciliare Home confinement

totale_positivi Total amount of current positive cases (Hospitalised patients + Home confinement)

variazione_totale_positivi New amount of current positive cases (totale_positivi current day - totale_positivi previous day)

nuovi_positivi New amount of current positive cases (totale_casi current day - totale_casi previous day)

dimessi_guariti Recovered

deceduti Death (cumulated values)

totale_casi Total amount of positive cases

tamponi Tests performed

casi_testati Total number of people tested


covid_analysis's People

Contributors

bnafack avatar ceciliazagni avatar walternadalin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.