Authors

Anil K. Khadka 6

Public Health and Economic Impacts of Severe Weather Conditions: Analysis of NOAA Storm Data Using R Latest

03.11.2023

Sypnosis Storms and other severe weather events, including hurricanes, tornadoes, and severe thunderstorms, have profound impacts on public health and economy. The severe weathers that takes the form of disasters could often lead to significant...

5694 sym Python (10036 sym/27 pcs) 2 img

MaxwelDavidoff_HW1_simple_linear_regression Latest

05.11.2023

Data and setup library(data.table) library(rstudioapi) docPath <- rstudioapi::documentPath() codePath <- dirname(docPath) projPath <- dirname(codePath) library(ggplot2) source("~/Econometrics/Hw1/Data/MaxwellDavidoff_HW1_create_data.R") dt2...

5616 sym 8 img

yolo 6

hw_test_2022 Latest

06.11.2023

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

598 sym 1 img

Projet Latest

07.11.2023

Modelisation de l’indice SP500 avec le modèle GARCH library(quantmod) library(tseries) library(stats) library(rugarch) library(fGarch) library(forecast) chargement dee données getSymbols("^GSPC", from = "200-01-01", to = "2023-10-30") ##...

1313 sym R (4922 sym/15 pcs) 4 img

Mayra Tatiana Rivera Lara 6

Estimadores Latest

11.11.2023

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

598 sym 1 img

Daniel E. Ovalle Cerquera 6

ESTIMADORES Latest

11.11.2023

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

598 sym 1 img

Marcela Castro y Maria Jose Estupiñan 6

TALLER No. 2 Latest

11.11.2023

Punto 1. Lectura de Datos – Manipulación de data frame – resumen y representación grafica a. Lea la hoja de datos en R y asigne el formato adecuado a cada variable. Se carga la base y se revisa que las variables tengan un formato adecuado...

4895 sym 9 img 3 tbl

HTML Latest

12.11.2023

...

3 sym

Reproducible Research Project 2 Latest

13.11.2023

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...

1594 sym R (5542 sym/26 pcs) 2 img

OSTA DRAFT Latest

13.11.2023

There is a negative correlation between horsepower and miles per gallon. Tab Plot mtcars %>% ggplot(aes(x = hp, y = mpg)) + geom_point() Table mtcars %>% glimpse() ## Rows: 32 ## Columns: 11 ## $ mpg <dbl> 21.0, 21.0, 22.8, 21.4,...

188 sym Python (11205 sym/20 pcs) 5 img