Publications by Macarena L. Fernandez Carro
Ggplot2 Maps
Macarena Fernandez Carro Problem 1 Create the following figure, using the data included in the R Markdown file. # PACKAGES library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats ...
465 sym R (7626 sym/17 pcs) 3 img
Ggplot2 Basics 4
Macarena L. Fernandez Carro Problem 1 Create the figure in the solution for Problem 1, using the data included in the R Markdown file. library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## �...
942 sym R (3671 sym/20 pcs) 9 img
Ggplot2 Basics 3
Following the directions on the Coursera assignment page, you will make four original visualizations. Note that the data for the CCES and CEL data are imported in code in the R Markdown file. Put your name here: Macarena Exercise 1 Explain what you are visualizing here: Firstly, we are going to look at the CCES data. We are interested in looki...
3063 sym 10 img
Activity Monitoring Data
INTRODUCTION It is now possible to collect a large amount of data about personal movement using activity monitoring devices such as a Fitbit, Nike Fuelband, or Jawbone Up. These type of devices are part of the “quantified self” movement – a group of enthusiasts who take measurements about themselves regularly to improve their health, to f...
3187 sym R (10185 sym/42 pcs) 7 img
Markdown, Dyplr
Problem 1 Create a vector of five numbers of your choice between 0 and 10, save that vector to an object, and use the sum() function to calculate the sum of the numbers. vector1 <- c(1, 2, 3, 4, 5) sum(vector1) ## [1] 15 Problem 2 Create a data frame that includes two columns. One column must have the numbers 1 through 5, and the other column ...
3780 sym 2 img 1 tbl
Ggplot2 Basics
Your objective is to replicate these figures, created using the Center of Legislative Effectiveness Data. These figures are similar to those we completed in the lecture videos. Put your name here: IMPORTANT: Filter your data so you are only displaying information for the 115th Congress. Exercise 1 Hints: For the y-axis, use the variable “al...
1574 sym 3 img
Ggplot2 Basics 2
Your objective is to replicate these figures, created using the Cooperative Congressional Election Study data. These figures are similar to those we completed in the lecture videos. Put your name here: Macarena Exercise 1 Hints: For the x-axis, use the variable “ideo5”. Make sure you recode the data for the “ideo5” variable to generat...
1571 sym 3 img
Economic and Health Impact of US Severe Weather
SYNOPSIS Goal –> to determine which event is more harmful to US population in health and economical aspects. RESULTS Our analysis show that Tornados have the greatest health impact, whereas Hurricane/Typhoon have the greatest economical impact. INTRODUCTION Storms and other severe weather events can cause both public health and economic p...
2753 sym R (12798 sym/34 pcs) 3 img