Authors

Nelson Abad 6

MEA - Ejercicio Transformacion Latest

07.11.2022

library(car) library(tidyverse) colnames(SLID) # Nombre de las columnas. ## [1] "wages" "education" "age" "sex" "language" data(SLID) # Cargamos los datos. head(SLID) # Observamos los primeros datos. ## wages education age...

42 sym R (5741 sym/31 pcs) 8 img

EPN 6

In class activity Latest

15.02.2023

College Scorecard EN EPN 2023-02-15 Introduction: The scorecard data goes through every institution in the United States from the department of education. It provides an institution’s geography such as state, city, zip code, and coordinates....

972 sym 1 img 1 tbl

Nikki Faroughi 6

Lab 1 Latest

19.09.2022

Load the Tidyverse Library library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔...

293 sym R (2833 sym/19 pcs) 1 img

Ng Jun Jing (U2005387) 6

AAQ2 Latest

25.05.2021

a.) The table shows that 120 cases were correctly predicted as tested positive whereas 10 cases were wrongly predicted as tested positive. As for the prediction for tested negative, 50 cases were correctly predicted as tested negative whereas 15...

4469 sym R (7623 sym/33 pcs) 3 img

Dat Ngo 6

Document Latest

07.02.2021

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

594 sym R (262 sym/2 pcs) 1 img

Huyen Nguyen 6

Spotify Data Analysis Latest

10.03.2021

Spotify Data Analysis Huyen Nguyen 3/9/2021 What have you been listening to? There are millions of tracks and episodes on Spotify. An R wrapper for pulling data from the ‘Spotify’ Web API in bulk. It allows you to enter an artist’s name and...

1919 sym R (796 sym/5 pcs) 1 img 4 tbl

NT 6

Analysis of the impact of storm damages_ Project 2 Latest

10.08.2020

1. Synopsis An analysis of NOAA Storm Events Data ranging from 1950 to 2011. We aggregate the data and look at the top 10 of total number of injuries, fatalities, and amount of damage caused. We find that tornado is most harmful for population...

2527 sym R (5938 sym/18 pcs) 2 img

Nichole A. Beyer 6

ANOVA Latest

16.04.2021

I have found the data for this project at https://www.kaggle.com/bahramjannesarr/goodreads-book-datasets-10m I then downloaded the dataset and saved it as a .CSV file and uploaded it into my Github repository (Applied-Statistics). With this data I...

2343 sym R (12204 sym/13 pcs) 2 img

Nicholas Clark ( 6

mvgam case study 1: model comparison and data assimilation Latest

18.01.2022

Generalised Additive Models (GAMs) are incredibly flexible tools that have found particular application in the analysis of time series. In ecology, a host of recent papers and workshops (i.e. the 2018 Ecological Society of America workshop on GAMs...

29029 sym R (38505 sym/241 pcs) 54 img

TreeDiagramPlot Latest

07.09.2022

...

4 sym 2 img