Publications by Macarena L. Fernandez Carro

Wrangling data in the Tidyverse

31.07.2024

Course: Tidyverse skills for data science Provider: John Hopkins University / Coursera COURSE 3: PROJECT This assignment uses data from Consumer Financial Protection Bureau (CFPB) in the United States (US). In this project, you will practice data exploration and data wrangling with the tidyverse R packages using this data. The CFPB is an indep...

4456 sym R (6817 sym/28 pcs) 1 tbl

Markdown and Plotly

30.07.2024

Course: Developing Data Products Specialization: Data Science Specialization Provider: Johns Hopkins University / Coursera INSTRUCTIONS Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the d...

1000 sym R (27723 sym/16 pcs)

Markdown and Leaflet

24.07.2024

Course: Developing Data Products Provider: Johns Hopkins University Platform: Coursera Activity Goals: Create a web page using R Markdown that features a map created with Leaflet. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a map created with...

575 sym R (11424 sym/15 pcs)

Practical Machine Learning - John Hopkins

23.07.2024

These is a file produced during a homework assignment of Coursera’s MOOC Practical Machine Learning from Johns Hopkins Bloomberg School of Public Health. For more information about the several MOOCs comprised in this Specialization, please visit: https://www.coursera.org/specialization/jhudatascience/ The scripts have been solely produced, tes...

5504 sym R (8976 sym/79 pcs) 2 img

Regression Analysis Course Project

11.07.2024

library(datasets) library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.3.3 ## Warning: package 'ggplot2' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1....

4742 sym R (7150 sym/26 pcs) 4 img

Data Summary and Preparation

19.04.2024

Project Topic This project will include an analysis of the 2016 Rio Olympics data. Source: https://github.com/flother/rio2016 Data Descriptions The dataset contains information for all 11,538 athletes across 306 events. The data captures information by athlete, specifing: nationality, sex, D.O.B, height, weight, sport/event, gold medal indicato...

1697 sym Python (6213 sym/13 pcs)

Statistical Inference Course

12.03.2024

OVERVIEW The information given below are all for the completion of the Statistical Inference Course Project from Coursera’s Data Science by Johns Hopkins University. This project aims to investigate the exponential distribution while comparing with the Central Limit Theorem. Additionally, illustrations are shown via simulation and explanatory...

3526 sym R (6174 sym/18 pcs) 4 img 1 tbl

Statistical Inference Course - Part 2

12.03.2024

OVERVIEW The information given below are all for the completion of the Statistical Inference Course Project from Coursera’s Data Science by Johns Hopkins University. This project aims to investigate the exponential distribution while comparing with the Central Limit Theorem. Additionally, illustrations are shown via simulation and explanatory...

3260 sym R (4522 sym/27 pcs) 1 img 2 tbl

Concert Attendance

19.02.2024

library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.4.4 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr 1.3.1...

121 sym R (7043 sym/15 pcs) 2 img 2 tbl

Ggplot2 - ggplotly and gganimate

19.02.2024

Macarena Fernandez Problem 1 #####DO NOT MODIFY THIS CHUNK library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.4.4 ✔ ti...

70 sym R (2014 sym/7 pcs) 1 img